.bash_history file located in the user's home directory.
/home/andrew/.bash_history is mine for example.
Hi,
How do I delete the command history in a terminal apart from that Edit menu option called 'Clear all histories? Any particular command to achieve so? Thanks................
.bash_history file located in the user's home directory.
/home/andrew/.bash_history is mine for example.
> .bash_history
the above command will clear the history
history -c
Bookmarks