Timestamping your bash_history

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.

Related Articles

Related content

Activity Log
More like this
Clearing the Cache in Web Browsers
Clearing the Cache in Web Browsers
More like this
Version History for Files in SharePoint
Version History for Files in SharePoint
More like this
Yum Rollbacks
More like this
User Activity
More like this
User Reports
More like this