Multiple choice technology

Command used to Repeats the line last entered at the shell

  1. CTRL+S

  2. !!

  3. !@

  4. !%

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

!! is a history expansion that repeats the entire previous command line. For example, if you forgot 'sudo' before a command, typing 'sudo !!' will re-run the previous command with sudo. The other options are not valid repeat commands.