How to Clear Bash History in Linux and Mac So It Stays Cleared
Bash keeps your history in two places, and the list that the history command prints is not the file the next shell reads. I ran history -c on a test session and printed the file straight afterwards, and every line was still in it. Clearing bash history means handling both stores, and the file is
How to Clear Bash History in Linux and Mac So It Stays Cleared Read More »