Multiple choice technology architecture

What’s the Command in VI Editor to take you to the End of the Line?

  1. b

  2. h

  3. $
  4. W

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

In vi editor, the '$' command moves the cursor to the end of the current line. 'b' moves back one word, 'h' moves left one character, and 'W' moves forward one word (ignoring punctuation). '$' is the standard end-of-line navigation command.