Commands
| Command | Description |
|---|---|
history |
Show history |
sudo !! |
Run the previous command with sudo |
shopt -s histverify |
Don't execute expanded result immediately |
Comments
| Command | Description |
|---|---|
history |
Show history |
sudo !! |
Run the previous command with sudo |
shopt -s histverify |
Don't execute expanded result immediately |