1.

Which command is used for joining lines?(a) J(b) j(c) yy(d) jnThe question was posed to me in an online quiz.Question is taken from Editing Text in Vi Editor in section The Vi Editor of Unix

Answer» CORRECT choice is (a) J

The best I can explain: To join current LINE with the line(s) FOLLOWING it, we can use join (J) command. It just pulls up the following line by terminating the NEW line character between the current line and following line.


Discussion

No Comment Found

Related InterviewSolutions