Vi Editor Question:
Download Job Interview Questions and Answers PDF
How to append a file to current file using Vi Editor?
Answer:
Alternate approach:
If you are working in file2 and want to append file1, than
place the cursor where you want to append the new file and
use the following command
:r file1
If you are working in file2 and want to append file1, than
place the cursor where you want to append the new file and
use the following command
:r file1
Download Vi Editor Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain What is the format of vi command? | What does the c$ command do from command mode using Vi Editor? |