Command-line-fu

Man lernt ja immer wieder was neues:

$ sudo !!

Useful when you forget to use sudo for a command. “!!” grabs the last run command.

Possibly related posts (automatically generated)