What are some other ways I can use command history?
If you type history
You probably do not need to see all of the last 500 commands, so the command history 20history command).
Here are other command history shortcuts which may be useful to you:
"Bang, bang": Typing !! (called "bang bang") executes the last command in the history.
"Bang number": Typing !number (as in !302) will execute the command which is numbered 302 in the history file.
"Bang string": Typing !string (as in !rpm) will execute a command with the most recent matching string from the history file.
| Главная |