Clearing Tracks
Basic shell commands
history -c # c=clean: clears the history for the current shell
echo > ~/.bash_history # deletes the content of the user .bash_history
history -c # c=clean: clears the history for the current shell
echo > ~/.bash_history # deletes the content of the user .bash_history