How to add content of one file into another file at the beginning
Answer Posted / rakesh kumar ray
cat > file1
rakesh
kumar
ray
cntrl + d
cat > file2
rintu
rohan
rocky
cntrl +d
cat < file1 > file2
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is {} in find command?
What does find command return in unix?
What are file commands?
What is the command to compare two files in unix?
What is the use of awk command in unix?
Which command will print your home directory on screen?
What is the functionality of a top command?
What do chown command do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the metacharacter mean?
What is the nmap command?
What is time_t?
What is difference between grep and find command in unix?
What is command statement?
Which command should you use to find the remaining disk space in unix server?