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 can we use grep command in unix?
What is the use of find command in unix?
How do I search for a file in unix command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the general format of unix command syntax?
What is “chmod” command?
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
Which unix command to make a new directory?
Are you in or at the office?
Explain mount and unmount command.
What are reported commands?
Why is it called grep?
What is the use of egrep command in unix?
What are the general commands in using unix os for a beginner?
How do I clear my terminal history?