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
Can you enlist some commonly used network commands?
Is grep faster than awk?
What difference between cmp and diff commands?
What are awk commands?
What are filter commands in unix?
What is awk used for?
How do I use nslookup?
What is the pipe command?
What is the use of awk command in unix?
What is the unix command to confirm a remote host is alive or not?
What do chmod, chown, chgrp commands do?
Why is awk called awk?
Which unix command to make a new directory?
Differentiate cmp command from diff command.
What is the use of the tee command?