1.

Which symbol is used for repeating the last command?(a) $(b) *(c) .(d) _I got this question during an interview.The question is from Editing Text in Vi Editor topic in division The Vi Editor of Unix

Answer»

The correct CHOICE is (c) .

For EXPLANATION: Using (.) operator, we can SIMPLY repeat the last command that was used. The principle behind repeat command is, use the actual command once and then repeat it at other PLACES with DOT (.) command.



Discussion

No Comment Found

Related InterviewSolutions