“How do I display shell command history with date and time under
UNIX or Linux operating systems?“If the HISTTIMEFORMAT is set, the time stamp information
associated with each history entry is written to the history file,
marked with the history comment character. Defining the environment
variable as follows:$ HISTTIMEFORMAT=”%d/%m/%y %T “
“OR
$ echo ‘export HISTTIMEFORMAT=”%d/%m/%y %T “‘ >>
~/.bash_profile
Bash History: Display Date And Time For Each Command
By
Get the Free Newsletter!
Subscribe to Developer Insider for top news, trends, & analysis