How to add content of one file into another file at the beginning
Answer Posted / boss
cat file1 file2 > tmp && mv tmp file2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do chmod command do?
Which command is used to copy files?
Why is it called grep?
What are the differences among a system call, a library function, and a unix command?
Who invented grep?
Can you enlist some commonly used network commands?
What is time_t?
Is it inbetween or in between?
What is the comma to display different lines that are found when compare two files?
Is grep faster than awk?
Differentiate cmp command from diff command.
Name the general commands in using unix os for a beginner?
What is merge command in unix?
What is command substitution?
What are filter commands in unix?