Linux History
Use the following command to check the list of commands given earlier.
history

You can change the size(Number of commands) of the history.
To check the current size. Give the following
The maximum number of commands to remember on the history list.
echo $HISTSIZE
The maximum number of lines contained in the history file.
echo $HISTFILESIZE
Comments
Post a Comment