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
Which command is used to create a directory?
What is command statement?
What are the dos commands?
How can you see the command line history?
What is the functionality of a top command?
What do know about tee command and its usage?
What do chmod command do?
What does the md command do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain command to display different lines that are found when compare two files?
What is ‘ps’ command for?
What is the command to compare two files in unix?
What is the use of find command in unix?
Differentiate cmp command from diff command.
How do I search for text in vi?