history
History events
The basic structure of shell history starts with a list of events. An event is anything you’ve entered into the shell, followed by the Return or Enter key. Each event is assigned an index number (a line number), and you can view and recall events by using event designators.
1 | HISTTIMEFORMAT='%F %T ' |


