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
How do I use nslookup?
How can you see the command line history?
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)?
Name the unix command to find how many days the server has been up.
What is sed awk grep?
What does touch command do in unix?
Differentiate cat command from more command.
What is in grep command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command is used to create a directory?
Which command will print your home directory on screen?
What is the significance of the 'tee' command?
What is the unix command to confirm a remote host is alive or not?
What is the command to compare two files in unix?
What is the general format of unix command syntax?