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
Describe the usage and functionality of the command rm –r * in unix?
How to find $ai_serual resolved path by using unix
What is command statement?
How can we use grep command in unix?
What is updatedb?
Explain the steps that a shell follows while processing a command.
Who command in unix?
Which unix command lists files/folders in alphabetical order?
What are the commands in UNIX to list the files in a Directory?
What are the unix commands?
What is ctrl d?
What is $0 bash?
What is rmdir command?
What is grep in bash?
What is the use of find command in unix?