Clear Bash History
Quick way to clear bash/shell history:
cat /dev/null > ~/.bash_history && history -c && exit
Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.
Quick way to clear bash/shell history:
cat /dev/null > ~/.bash_history && history -c && exit
Found this useful? Everything here is free and stays that way. If it saved you an afternoon, you can buy me a coffee.