Aimal Pashtoonmal wrote: > > Dear folks, Hello,
> I have 2 files each contain a column of data, I want to combine them > into 1 file with the 2 columns next to each other, eg: > > file_1: > 12 > 13 > 14 > 3 > > file_2: > 3 > 45 > 34 > 56 > > desired output: > > 12 3 > 13 45 > 14 34 > 3 56 If you are running on a Unix like system then use paste man paste John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]