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 debug a shell script?
Explain about the slow execution speed of shells?
What is a shell environment?
How do you create a shortcut in linux?
What does .sh file contain?
What are the zombie processes?
What is gui scripting?
What is shell variable?
What lives in a shell?
What is bash command used for?
What is a program shell?
What is .sh file in mac?
Write a shell script to get current date, time, user name and current working directory.
How do we create command aliases in a shell?
Why is used in shell scripting?