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 do you remove a crontab file?
What is the difference between pipe and xargs?
can we use cat command as an editor ..???
How do you grep a case insensitive?
What command will change your prompt to myprompt?
what is the cmd to remove the comment lines from a file and to display the original text without comments? thanks in advance......
How to get the last ten lines of a file using awk utility?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
what is the command to get help on a UNIX terminal?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
Why is shebang used?
in UNIX,How to copy file into directory?