Repeating a command with sudo

Sometimes I forget to run a command as sudo. Bash comes to help and can repeat the previous command:

`!!` can also be used to repeat the previous command.