On 5/11/06, magicus <magicus@xxxxxxxx> wrote:
and
cp /dev/null ~/.bash_history
Dennis Castanos wrote:
> I hope this isn't a stupid question!
> Can the history commands in the terminal be cleared? If so, how is it done?
> Dennis
history -c (in bash)
and
cp /dev/null ~/.bash_history