1.

To replace a single character, we use ____ command(a) r(b) R(c) s(d) iI got this question by my college professor while I was bunking the class.The above asked question is from Vi-Input Mode in chapter The Vi Editor of Unix

Answer»

The CORRECT choice is (a) r

For explanation: To replace a SINGLE character based on cursor location, ‘r’ command is USED. To replace a single character, TYPE ‘r’ followed by the character that replaces it. It replaces a single character under the cursor.



Discussion

No Comment Found

Related InterviewSolutions