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
What do chgrp command do?
What is time_t?
What is the behavioural difference between cmp and diff commands?
Who command in unix operating system?
How do I find previous commands in unix?
Is command prompt unix?
What is the command to view process running?
Why is grep called grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the difference between awk and grep?
What is updatedb?
Write a command that will display files in the current directory, in a colored, long format.
What does awk stand for?
What is the use of finger command?
How can we use grep command in unix?