Hello Linux Geeksters. As you may know, the bash history is stored in ~/.bash_history. And it does not get trown away, unless you do something about it. I needed to delete my bash history at login and so, I used…
Hello Linux Geeksters. As you may know, the bash history is stored in ~/.bash_history. And it does not get trown away, unless you do something about it. I needed to delete my bash history at login and so, I used…
In this article I will show you some bash history magic. With the following settings added in your ~/.bashrc file, you will make your history: Remember everything from every terminal Is instanly accesible from every terminal Doesn’t skip random commands…