How to Control the total number of lines in the history using HISTSIZE

Add the following two lines to the .bash_profile and login to the bash shell again to see the change..

# vi ~/.bash_profile
HISTSIZE=450
HISTFILESIZE=450



Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title="" rel=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>