Pointing /dev/null to .bash_history doesn't work
I saw this code in my google searches on pointing /dev/null to .bash_history. I tried it but it doesn't work. It stills writes to .bash_history. I even removed .bash_history and rerun the code again and still it writes the commands to .bash_history.
ln -sf /dev/null ~/.bash_history
|