Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This is useful when trying to figure out what was done when. You can configure your profile to timestamp the bash_history.

To add a timestamp, simply execute the following:

echo ‘export HISTTIMEFORMAT=”%d/%m/%y %T “‘ >> ~/.bash_profile ; source ~/.bash_profile

Now the history command is more useful.

  • No labels