Microsoft
Software
Hardware
Network
Question : How to mix two files?
Hello group,
I have to text file file1 and file2.
How can I mix them such that their columns stand next by together (either in bash or PHP)?
file1 has:
A
B
C
D
E
F
file2 has
1
2
3
4
5
6
mixed file or file3 should be:
A 1
B 2
C 3
D 4
E 5
F 6
any help is appreciated.
Regards,
ak
Answer : How to mix two files?
#!/bin/bash
paste file1 file2 > file3
Random Solutions
force asp.net web page to post back from another web page
How to define a bookmark in the Footer Section of Word Document.
Combine 2 excel macros into 1. that does both jobs in one shot.
How to create "System Stored Procedures" in SQL Server 2005 / 2008 ?
Create Dynamic Cursor
Onload javascript problems
Actionscript: show system cursor when XML attribute is blank or null
Fedora Core 6 unable to find volume group "VolGroup00"
XP OS boot error
C drive shows as 13.4GB used, but adding folders is 11.7GB