To view shell history in linux
View shell history you can use bash’s builtin command:
history
How To Clear Shell History In Ubuntu Linux
history -c
cat /dev/null > ~/.bash_history && history -c && exit
To view shell history in linux
View shell history you can use bash’s builtin command:
history
How To Clear Shell History In Ubuntu Linux
history -c
cat /dev/null > ~/.bash_history && history -c && exit