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/

Komentar

Postingan populer dari blog ini

Cara restart / stop windows service (services.msc) dengan bat / cmd

Pembahasan IT Network Systems Administration Module A DNS (Forward Zone, Reverse Zone, CNAME, MX, Split View)

How to convert VMDK to OVA