In the vi editor, which command removes one character at the cursor position?
Explanation
In vi, the command 'x' deletes the character under the cursor. The other commands serve different purposes: 'y' is used for copying (yanking), 'a' for appending text, and 'z' for scrolling the screen.