Clear Bash History Quick way to clear bash/shell history: April 19, 2018 ~ Quick way to clear bash/shell history: cat /dev/null > ~/.bash_history && history -c && exit ~ Comments