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 is grep and how do you use it?
Explain command to display different lines that are found when compare two files?
How to display no of records in oracle using unix command?
What are file commands?
Describe the usage and functionality of the command rm –r * in unix?
What is the difference between cat and more command?
Which command should you use to find the remaining disk space in unix server?
What are the commands in UNIX to list the files in a Directory?
What do know about tee command and its usage?
What is the difference between cat command and more command?
How does the system know where one command ends and another begins?
what is the advaantage of each user having its own copy of the shell?
Explain ‘library functions’ with respect to unix commands?
What is difference between grep and find command in unix?
What is the significance of the 'tee' command?