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
How do I delete files from command prompt?
What is grep command in unix with examples?
Why is grep called grep?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What does find command return in unix?
Write a command to kill the last background job?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Write a command that will display files in the current directory, in a colored, long format.
What is updatedb?
How to find $ai_serual resolved path by using unix
Why is awk called awk?
What is the size of time_t?
What is $0 bash?
Write a command to display a file’s contents in various formats?
How do I search for a file in unix command?