The information of the two files should be redirect to
Third file in such a way that, the third file contain the
information like this.
1st line in third file should be from 1st file
2nd line in Third file should be from 2nd file
3rd line in Third file should be from 1st file
4th line in Third file should be from 2nd file
-
- so on
Answer Posted / karthik c n
paste -d"\n" file1 file2 > file3
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How do I run a shell script on a mac?
What is a boot block?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
shell script for reverse the string
What is the default ubuntu terminal?
What is computer cli?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
How can you find out how long the system has been running?
What is the first line in every perl script called?
What are zombie processes?
Is scripting and coding the same thing?
What is the use of a shebang line?
How will you find the 99th line of a file using only tail and head command?
Is shell and terminal the same?
What is bash command used for?