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
Using VBA to check if a network drive is available
Importing records from external table gives duplicate records.
Routing and Remote Access on Windows SBS 2003 - Troubleshooting failed VPN connections
From an MS Access Form how do I open a web site then automaticly fill in the login and password box from data in my table?
Why is ACCESS DENIED in LsaOpenPolicy?
make only one query
Need help in creating a short script to upload a file to my server.
How to configure MySQL service to execute an opional my.ini file after the default ini file has been loaded
Backup to disk Hardware suggestions
WIN32-Perl file Locking