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
Who invented grep?
What is updatedb?
What does the “echo” command do?
Which command is used to kill the last background job?
What is grep and how do you use it?
Which command is used to create a directory?
What does the command '$ls | wc –l > file1' do?
How does the system know where one command ends and another begins?
What is {} in find command?
What are grep patterns?
What is the command to compare two files in unix?
What are some command words?
Which command is used to find whether the system is 32 bit or 64 bit?
What is ctrl d?
What is the nmap command?