Learn how to clear Terminal history in Ubuntu. You can clear bash shell history, which means you can clear previous command history from Ubuntu Terminal. Clear Bash Shell Terminal History Command To clear the history, type the following command: history -c && history -w OR rm ~/.bash_history Clear Bash Shell Terminal History on Logout You […]