1.

Which one of the following command is used to replace a single character with many?(a) s(b) r(c) R(d) SThis question was addressed to me during an online interview.I'd like to ask this question from Vi-Input Mode topic in division The Vi Editor of Unix

Answer»

The CORRECT choice is (a) s

Best explanation: ‘s’ is used to replace a SINGLE character with MANY characters. It replaces a single character based on the current cursor position with a group of characters.



Discussion

No Comment Found

Related InterviewSolutions