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 rmdir command?
What command is used to switching between users in unix?
Is grep faster than awk?
What is .sh file?
What is {} in find command?
What is grep short for?
What command is used to check the current users?
How do you grep recursively?
What are the differences among a system call, a library function, and a unix command?
How to use grep command to list find the records of a file containing 10 different strings?
What do chown command do?
How do I run a bash script?
Differentiate cat command from more command.
What is updatedb?
Who wrote grep?