How to add content of one file into another file at the beginning
Answer Posted / abhishek bhardwaj
If one wants to add content of file1 on top of file2 then
cat file2 >> file1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What does awk stand for?
What are reported commands?
What are the dos commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the use of the tee command?
What is the use of finger command?
Can you enlist some commonly used network commands?
How do I run a bash script?
Explain ‘system calls’ with respect to unix commands?
What are the unix commands?
Describe the zip/unzip command using gzip.
What are grep patterns?
Which command is used to create a directory?
How do I search for a file in unix command?
Which command is used to kill the last background job?