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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How can we use grep command in unix?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is s and g in sed command?
Is it inbetween or in between?
How to display no of records in oracle using unix command?
Which command is used to find whether the system is 32 bit or 64 bit?
Which unix command to make a new directory?
Explain command to show the space allocation of files?
What is grep and how do you use it?
Explain ‘library functions’ with respect to unix commands?
What does awk stand for?
What does touch command do in unix?
Who command in unix operating system?
Who command in unix?