Multiple choice

Which command is used to delete single character in a command mode of vi editor?

  1. x

  2. $d
  3. ndd

  4. dd

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

The x command is used to delete single character in command mode in vi editor.