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 the comma to display different lines that are found when compare two files?
What is updatedb?
how to sort the content of the file based on numeric values
How do I use nslookup?
What do chmod, chown, chgrp commands do?
How does the system know where one command ends and another begins?
How can we use grep command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the search command in unix?
Who command in unix operating system?
Explain the steps that a shell follows while processing a command.
What is the difference between awk and grep?
What is the significance of the 'tee' command?
How do I search for text in vi?
Which unix command to make a new directory?