In the vi editor, which command moves the cursor forward to the first instance of the character 'ch' on the current line?
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.