relogin

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