Answers for "linux erase terminal history without trace"

0

linux erase terminal history without trace

cat /dev/null > ~/.bash_history && history -c && exit
Posted by: Guest on October-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language