HowTo: Clear BASH History

Sometimes you don’t want to leave Bash history, because it may contain some sensitive data (e.g. passwords, tokens, etc.). This article will help you to take a full control on your .bash_history file. I will show how to clear the commands history for the current Bash session, how to prevent particular commands from being recorded […]