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
Write a command to display a file’s contents in various formats?
What is the command to compare two files in unix?
What is awk command used for?
What is rmdir command?
What is pipe command in unix?
What are bash commands?
What is the use of finger command?
What is the significance of the 'tee' command?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the pipe command?
What do know about tee command and its usage?
How do I clear my terminal history?
What is nr in awk command?
Name the unix command to find how many days the server has been up.
Explain command to view process running?