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
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the first character of the output in ls l command?
why metadb requires a seperate slice to create Solaris volume manager
How do you grep recursively?
What is the comma to show the space allocation of files?
What is the pipe command?
What does grep v grep do?
What does 'mkdir' command do in UNIX?
Is command prompt unix?
What does this command do,"$more readme.txt“?
How does shebang work?
What does the md command do?
What is grep short for?
How do I search for a file in unix command?
Why is awk called awk?