their is a file1,file2 and i want to append file1 data to
file2?
Answers were Sorted based on User's Feedback
Answer / 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 |
How to add content of one file into another file at the beginning
In Unix file permissions what does the second field denotes?
What is the difference between udp and tcp?
What is the use of tee command?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
What is sed awk grep?
Give the command to display space usage on the UNIX file system.
What do know about tee command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
What does pipe () return?
What is the significance of the 'tee' command?