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 is unix command?
Is grep faster than awk?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is the difference between cat command and more command?
What is the use of egrep command in unix?
What is command statement?
What does grep v do?
Give the command for finding the current date.
What is grep and how do you use it?
What do chown command do?
What is awk command used for?
Explain the steps that a shell follows while processing a command.
What is time_t?
How do you repeat a command in terminal?
What is {} in find command?