first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

bash: Clearing the Command Line History

Alexey Fadyushin of the redhat.com list archives writes: "The correct way to clear history is to use 'history -c' because this will clear all history, including commands used in the session from which the command 'history -c' is given."

This is not as formal or effective as 'rm -f ~/.bash_history'.

mod date: 2005-11-01T22:38:56.000Z