How to add content of one file into another file at the beginning
Answer Posted / vikas gupta
cat sourcefile>>destinationfile|head -1
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Write a command to kill the last background job?
Why is it called grep?
What is the use of cut command in unix?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What does this command do,"$more readme.txt“?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is used to type command?
What is awk good for?
How do you grep a case insensitive?
What is the pipe command?
Is it inbetween or in between?
Which command will print your home directory on screen?
Which unix command to make a new directory?
How does pipe () work?
What is the use of tee command?