Title: Set Date and Time for Each Command You Execute in Bash History Date: 2017-01-17 09:44:09 Categories: [cli] tags: [bash]
In this article, we will explain how you can configure time stamp information when each command in the Bash history was executed to be displayed.
The date and time associated with each history entry can be written to the history file, marked with the history comment character by setting the HISTTIMEFORMAT variable.