How to add content of one file into another file at the beginning
Answer Posted / vikas gupta
cat sourcefile>>destinationfile|head -1
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What does grep v do?
What are file commands?
Why is grep called grep?
What do chmod command do?
What do chmod, chown, chgrp commands do?
Which unix command to make a new directory?
How do I find previous commands in unix?
What is the use of sed command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the use of the tee command?
What is rmdir command?
What is .sh file?
What is the comma to show the space allocation of files?
What does this command do,"$more readme.txt“?