LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Terminal Command History? (https://www.linuxquestions.org/questions/linux-general-1/terminal-command-history-41512/)

Allen614 01-14-2003 09:32 PM

Terminal Command History?
 
How do you go about clearing your command history? (Cntrl-P and Cntrl-N)

bulliver 01-14-2003 09:55 PM

method 1: cat /dev/null > ~/.bash_history
method 2: rm ~/.bash_history && touch ~/.bash_history

Allen614 01-14-2003 10:08 PM

Or just edit the .bash-history file and take out the trash. Thanks bud,my brain damage is setting in early tonight.

bulliver 01-14-2003 11:35 PM

Exactly, I just like to think up as many creative ways to do things as I can...


All times are GMT -5. The time now is 07:45 PM.