How to add content of one file into another file at the beginning
Answer Posted / ahmed
Use sed command
sed -i'' '1 i this is firts line' temp123
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why is grep called grep?
What is nr in awk command?
What are file commands?
What is the size of time_t?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What do chgrp command do?
What is “chmod” command?
Which command is used to restrict incoming messages?
What does touch command do in unix?
What is awk used for?
What is rmdir command?
What difference between cmp and diff commands?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
Which command is used to kill the last background job?
What is the use of cut command in unix?