How to add content of one file into another file at the beginning
Answer Posted / boss
cat file1 file2 > tmp && mv tmp file2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does sed command do in unix?
How to use grep command to list find the records of a file containing 10 different strings?
Which command is used to copy files?
What is the use of cut command in unix?
What is the nmap command?
Which command should you use to find the remaining disk space in unix server?
What is the first character of the output in ls l command?
What do chmod, chown, chgrp commands do?
How do I use grep to search for a file?
What is command substitution?
What is the difference between awk and grep?
How can you see the command line history?
What is s and g in sed command?
What do chmod command do?
How can we use grep command in unix?