Increase Bash History Size
Increase HISTSIZE – the number of commands to remember in the command history (the default value is 500).
#export HISTSIZE=10000
Increase HISTFILESIZE – the maximum number of lines contained in the history file (the default value is 500).
#export HISTFILESIZE=10000
#source ~/.bashrc
https://www.shellhacks.com/tune-command-line-history-bash/
#export HISTSIZE=10000
Increase HISTFILESIZE – the maximum number of lines contained in the history file (the default value is 500).
#export HISTFILESIZE=10000
#source ~/.bashrc
https://www.shellhacks.com/tune-command-line-history-bash/
Komentar