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 grep command in unix with examples?
Enlist some filename manipulation commands in unix.
What do know about tee command?
Can you explain a little bit about command substitution?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Why is it called a shebang?
Are you in or at the office?
How does the system know where one command ends and another begins?
Which unix command to make a new directory?
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
What is the command to find hidden files in the current directory?
Does cp command overwrite files?
What does awk stand for?
How do I search for text in vi?
What is the difference between cat command and more command?