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 cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
Is grep faster than awk?
How does the user view the contents of a text file in UNIX?
what is the command to get help on a UNIX terminal?
What are filter commands in unix?
What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14
Give Command that will change the name of a directly from paypal to eBay
What is awk used for?
How do I clear my terminal history?
How does pipe () work?
Write a command to find all of the files which have been accessed within the last 30 days.
What is $0 bash?