How do we clear the terminal history in linux?
Open the terminal and run the following commands:
1. ~$ clear
It will clear the screen only.
2. ~$ history -c
then
~$ rm ~/.bash_history
It will permanent clear the history.
Comments
Post a Comment