With the bash shell, you can always recall and search the most recent commands with the command ‘history’. You can re-execute a previous command with Exclamation/Number, like ‘!42’ to run the forty second item.
Beautiful Bash Bits
meta
With the bash shell, you can always recall and search the most recent commands with the command ‘history’. You can re-execute a previous command with Exclamation/Number, like ‘!42’ to run the forty second item.