1.

Substitution command is an ex-mode command.(a) True(b) FalseThis question was posed to me in an online quiz.The above asked question is from Commands for Searching, Replacing and Substituting in Vi Editor topic in chapter The Vi Editor of Unix

Answer»

The correct option is (a) True

The best explanation: VI offers a POWERFUL feature, that is of substitution, which is achieved with the ex-mode substitute (s) COMMAND. It lets us replace a pattern in a FILE with some other pattern.



Discussion

No Comment Found

Related InterviewSolutions