their is a file1,file2 and i want to append file1 data to
file2?
Answer Posted / sruthi
say your file1 name is demo.txt & ur file2 name is demo2.txt
if u wann to append data of demo.txt to demo1.txt
then open demo1.txt in vi mode
then in exe mode give :r demo.txt
then the data will be appended
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What is pipe command in unix?
What is updatedb?
What are the unix commands?
What does the “echo” command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the search command in unix?
What is s and g in sed command?
Which unix command to make a new directory?
Write a command that will display files in the current directory, in a colored, long format.
What does 'mkdir' command do in UNIX?
What does the md command do?
What is the use of finger command?
What does sed command do in unix?
What are file commands?
What is grep r?