1.

dw will ________(a) deletes one line(b) deletes one word(c) deletes one character(d) deletes one sentenceI got this question in quiz.This intriguing question originated from Operator-Command Combinations topic in chapter Advanced Vi of Unix

Answer»

Correct choice is (b) DELETES one word

To explain I WOULD say: dd command is a combination of the d operator with itself. vi can perform COMPLEX deletion when this operator is COMBINED with a command of the command mode. For example,



Discussion

No Comment Found

Related InterviewSolutions