This is useful when trying to figure out what was done when. You can configure your profile to timestamp the bash_history.
Adding a timestamp is really simple, just execute the following:
echo ‘export HISTTIMEFORMAT=”%d/%m/%y %T “‘ >> ~/.bash_profile ; source ~/.bash_profile
That’s it, now the history command is more useful.