How to add content of one file into another file at the beginning
Answer Posted / pritam sahu
cat fil2 file1>>file3 then rename the file3 as file2 by mv
file3 file2.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What do know about tee command and its usage?
What is a bash command?
Is grep faster than awk?
Can you enlist some commonly used network commands?
What is the command to find maximum memory taking process on the server?
Why is it called a shebang?
What is s and g in sed command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Explain command to show the space allocation of files?
What command is used to check the current users?
What are grep patterns?
What does the “echo” command do?
What do chmod, chown, chgrp commands do?
What's a command word?
What is the function of grep command in unix?