How to add content of one file into another file at the beginning
Answer Posted / dick
concatenate file1 and file2, in the below command file1 content will be insert in front of that in file2, and then combined content will be redirected to file3
cat file1 file2 > file3
Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
What is unix command?
Does cp command overwrite files?
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 is the difference between awk and grep?
Why is it called grep?
Who command in unix?
Which command should you use to find the remaining disk space in unix server?
What is the difference between cat command and more command?
What difference between cmp and diff commands?
why metadb requires a seperate slice to create Solaris volume manager
Explain command to view process running?
What is the use of sed command in unix?
How do I use nslookup?
Which unix command lists files/folders in alphabetical order?
What does 'mkdir' command do in UNIX?