If you want to see when you ran a particular command on a linux, you just need to run HISTTIMEFORMAT=”%d/%m/%y %T ” at the command prompt, then the next time you run history you’ll have handy timestamps! Thanks as usual to stackoverflow for that answer. So that’s cool and all, but why should you care? Because being systematic is extremely important when you’re trying to solve a problem. If you.. Read More