How to add content of one file into another file at the beginning
Answer Posted / abhishek bhardwaj
If one wants to add content of file1 on top of file2 then
cat file2 >> file1
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Which command is used to find whether the system is 32 bit or 64 bit?
What does the command '$ls | wc –l > file1' do?
Which command is used to copy files?
What command is used to switching between users in unix?
Describe the usage and functionality of the command rm –r * in unix?
What does grep v do?
How do I delete files from command prompt?
What is the function of grep command in unix?
Can you explain a little bit about command substitution?
Write a command to display a file’s contents in various formats?
What is the behavioural difference between cmp and diff commands?
How does pipe () work?
What does the md command do?
What is the use of the command 'ls -x chapter[1-5]' ?
How do I search for a file in unix command?