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 |
How would you find the size of a file or directory?
How to identify whether a file is normal file or directory?
describe the escaping sequence characteres in unix
How can you change the owner or group of a file?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
What Command will remove a Directory in UNIX?
What does this command do,"$more readme.txt“?
Which RAID Levels supported by LVM?
Is ‘du’ a command? If so, what is its use?
What is "type" command in unix?what is the functionality??
How do you change file permissions?
Who invented grep?