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
How to use grep command to list find the records of a file containing 10 different strings?
What do chgrp command do?
How do I search a whole word in vim?
What is the general format of unix command syntax?
What is the difference between awk and grep?
What is the use of egrep command in unix?
Is ‘du’ a command? If so, what is its use?
What are filter commands in unix?
What are the general commands in using unix os for a beginner?
how to sort the content of the file based on numeric values
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 significance of the 'tee' command?
What is ‘ps’ command for?
How do I search for text in vi?
What is the command to compare two files in unix?