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 are file commands?
What is “chmod” command?
What does the command ' $who | sort –logfile > newfile' do?
What is the use of awk command in unix?
What is grep short for?
Which command is used to find whether the system is 32 bit or 64 bit?
How do I find previous commands in unix?
How do I search for text in vi?
What is time_t?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is awk command used for?
Can you enlist some commonly used network commands?
Which unix command lists files/folders in alphabetical order?
Name the general commands in using unix os for a beginner?
Explain command to show the space allocation of files?