Delete Bash History File Linux


Delete the .bash_history file

rm -rf ~/.bash_history

Clear the current history stored in RAM

history -c