How to add content of one file into another file at the beginning
Answer Posted / tejaswa
Hi Durgesh, by this command you can add the content at the end of file2 not in the beginning.
Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is the use of sed command in unix?
What is awk used for?
Differentiate cmp command from diff command.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
How do I use grep to search for a file?
What does touch command do in unix?
What is grep r?
What is the general format of unix command syntax?
Write a command that will display files in the current directory, in a colored, long format.
What is grep short for?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Is grep faster than awk?
What is {} in find command?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the significance of the 'tee' command?