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 the use of finger command?
How many unix commands are there?
What does the command '$ls | wc –l > file1' do?
What command will change your prompt to myprompt?
How do I run a whois command?
How do I search for a file in unix command?
What are filter commands in unix?
Is command prompt unix?
What is grep command in unix with examples?
What is the use of the tee command?
What is grep short for?
What is the use of cut command in unix?
Is grep faster than awk?
How do you repeat a command in terminal?
What is the use of find command in unix?