History
This section provides an overview of commands and configurations related to the command history in a Unix/Linux shell.
View
This subsection explains how to view and search through the command history.
list
Lists all previously executed commands.
search all
Explains how to search for specific commands in the history using grep
and shortcuts.
search interactive
Describes how to use interactive search to find commands in the history.
Action
This subsection covers the actions that can be performed on the command history.
execute
Shows how to re-execute specific commands from the history.
clean history
Explains how to clear the command history.
config
This subsection details the possible configurations for the command history.
Add timestamp
Indicates how to add a timestamp to each command in the history.
Increase history length (default 1000)
Explains how to increase the default command history length.
Direct write to history
Shows how to configure direct writing of commands to the history file.