Multiple choice

By which command can you erase the entire command line?

  1. ctrl -c

  2. ctrl -h

  3. ctrl -w

  4. ctrl-u

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

 CTRL -u is used to delete the whole last commad line typed. It erases the last command line.