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 |
what is the significance of "su" command?
how will you convert a general file to a hidden file?
How can we use grep command in unix?
How do you create a directory in UNIX?
How does the user view the contents of a text file in UNIX?
How do you find files in Unix?
what is shell?
how to find the 51th record of a file containing 100 records in unix.
Which is the command used to find out currently executing Process in UNIX?
What is the command to compare two files in unix?
the difference between a soft link and a hard link?
how to sort the content of the file based on numeric values