in reply to How do I join two files side by side?

There's a standard UNIX tool for this called paste.
The Perl Power Tools project includes a Perl implementation of paste.

  • Comment on Re: How do I join two files side by side?