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
Explain how you Automate your application using Shell scripting.
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What is another name for a bash shell script that you might see?
Explain about echo command?
Can you write a script to portray how set –x works?
What is shell company all about?
Is shell scripting a language?
Is scripting and coding the same thing?
What is .sh file in mac?
Which scripting language is best for automation?
How will you find the 99th line of a file using only tail and head command?
What is a shell environment?
What language is shell scripting?
What are scripts in psychology?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.