Main Menu

Search

LINUX: How To Delete / Clean History Output Permanently?

Below is command to use to delete history command output permanently

cat /dev/null > ~/.bash_history && history -c && exit

 

No comments:

Post a Comment