Long Bash History Files are Great.
When I’m installing software, or doing some complicated stuff on the linux command line, which nowadays is pretty much all the time, I will sometimes want to remember exactly what I typed. Now the normal /home/david/.bash_history file is usually fine for that. Run this command, for example, and you will see the commands you typed in before you logged out of the server last time you used it: cat ~/.bash_history You can also find out what you typed in this session, ie: since you logged in, by typing this: ...