Posts Tagged archive
Automatic Command Archive
Posted by Srijith R in linux, shell scripting on August 17, 2010
The default command storing size of ubuntu is 500 commands. It stores the commands in home folder in the file “.bash_history” .
The problem is 500 commands is too short of a size.
One method is to increase the command size to a large value by changing the $HISTFILESIZE variable using the following command
Recent Comments