By Jostein | Published: December 15, 2009
When ever you use the terminal in Linux or OS X, and forget to add sudo in front of a command that needs the privileges, you can simply type sudo !! to run the same command with sudo. awesome. “!!” Will repeat the last issued command, and can probably be used for other useful things, [...]
Posted in Programming | Also tagged sudo
Useful BASH-command: !!