Command line history
Show list of previous commands with ids (with timestamp -f
and count limit -100
)
Clear command history
Execute command from history for history id (eg. !25, execute command 25)
Execute the last command (useful for cases like forgetting sudo, eg. sudo !!
)
Last updated