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
Write a command to display a file’s contents in various formats?
What is awk command used for?
Name the unix command to find how many days the server has been up.
How do I delete files from command prompt?
What is merge command in unix?
What is grep short for?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the use of awk command in unix?
How do you grep a case insensitive?
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
How do I use nslookup?
What does the “echo” command do?
What is the unix command to confirm a remote host is alive or not?
What is grep r?
Explain ‘system calls’ with respect to unix commands?