Apr 19, 2018Clear Bash HistoryQuick way to clear bash/shell history:cat /dev/null > ~/.bash_history && history -c && exitShare onBASHLINUX