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
Share folder is giving read only messages and users can't save
Error trying to print "Hello World" in Python 3.0!
Resize subform to the max, (screen res)
Outlook 2003 and Adobe PDFMaker
Q: How to extract DVD movie clips from a DVD Movie ?
Troubleshoot unexpected restart
Automatically embed Word document in Access OLE Object field
Upgrading Exchange from 5.5 to 2003
Orphaned User Profile Recovery on XP sp2
Can I Speed up NTBackup?