In the vi editor, which command allows you to move the cursor to the start of the previous word?

Choose the correct answer

Explanation

In vi, the 'b' command moves the cursor backward to the start of the previous word. The 'w' command moves forward to the beginning of the next word, 'e' moves to the end of the current word, and 'a' enters insert mode after the cursor.

In the vi editor, which command allows you to move t… — Basic of linux unix | PakQuizHub