less ./b00010111/blog

Bash History Including Timestamp

To include timestamps in your bash history edit your ~/.bashrc to include the following:

1
2
#get bash history with timestamps
export HISTTIMEFORMAT="%d/%m/%y %T "

This will give you the following history output format:

1
2
1 25/11/18 15:36:58 less ~/.bashrc 
2 25/11/18 15:40:42 history