//View Tip #179
» Permanent bash history
» Vi mode in bash
» Remove empty directories
» Find occurrences of a string in a large code base without firing
Similar Tips
» Change extension of files in the current directory» Permanent bash history
» Vi mode in bash
» Remove empty directories
» Find occurrences of a string in a large code base without firing
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
Disable history for a particular account in bash with:
(in home dir)
(in home dir)
rm .bash_history
ln -sf /dev/null .bash_history


man bash