In the vi editor, which command moves the cursor forward to the first instance of the character 'ch' on the current line?

Choose the correct answer

Explanation

The 'fch' command in vi moves the cursor forward to the first occurrence of the specified character 'ch' on the current line. Other commands like 'tch' move just before the character, 'rch' replaces a character, and 'ech' is not a valid vi command.

In the vi editor, which command moves the cursor for… — Basic of linux unix | PakQuizHub