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 is grep in bash?
Explain ‘system calls’ with respect to unix commands?
Write a command that will display files in the current directory, in a colored, long format.
What is the command to find maximum memory taking process on the server?
What is the difference between grep and grep?
Explain command to display different lines that are found when compare two files?
what is the advaantage of each user having its own copy of the shell?
What is “chmod” command?
What are file commands?
What is rmdir command?
Why is grep called grep?
What is unix command?
What is the use of awk command in unix?
What is the first character of the output in ls l command?
How does pipe () work?