How to add content of one file into another file at the beginning
Answer Posted / shilpi gupta
cat file1 file2 >>file3|mv file3 file2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does awk stand for?
what is the advaantage of each user having its own copy of the shell?
Which command is used to restrict incoming messages?
What is grep command in unix with examples?
What does the md command do?
What is the use of egrep command in unix?
What is used to type command?
How do I delete files from command prompt?
What is the significance of the 'tee' command?
Name the various commands that are used for the user information in unix.
What does pipe () return?
Who invented grep?
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 first character of the output in ls l command?
What is awk used for?