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 does this command do? Cat food 1 > kitty
What are the general commands in using unix os for a beginner?
What are awk commands?
How to get a particular string as your prompt ? Give syntax of that command?
what does a process mean?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???
Explain command to display different lines that are found when compare two files?
how to sort the content of the file based on numeric values
fork in unix ?
what is the difference between SED and GREP ? Which one is more better and why?
How many bits use for MAC address?
How does one process we can start an executable file? How to get the PID process, which we started?