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
What is bash command used for?
What is shell variable?
What can you do with powershell?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What are "c" and "b" permission fields of a file?
What is basename in shell script?
How can you get the value of pi till a 100 decimal places?
What is the significance of $#?
How to print pid of the current shell?
How can we find the process name from its process id?
How will you connect to a database server from linux?
How do I open a jshell in cmd?
What is the difference between grep and egrep?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What command needs to be used to take the backup?