Multiple columns to add up



Nasir Mahmood Sep 6, 8:20 pm show options

Newsgroups: comp.unix.shell
From: "Nasir Mahmood" <goooglegro...@xxxxxxxxx> - Find messages by this
author
Date: 6 Sep 2005 08:20:28 -0700
Local: Tues, Sep 6 2005 8:20 pm
Subject: Multiple columns to add up
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Remove | Report Abuse

Hello all,


I have three files


----------------
File1
----------------
col1
col1
col1
col1
col1
----------------
File2
----------------
col2
col2
col2
col2
col2
----------------
File3
----------------
col3
col3
col3
col3
col3


and Now I want to make a file containing all these columns in one file.



NEW FILE


col1 col2 col3
col1 col2 col3
col1 col2 col3
col1 col2 col3
col1 col2 col3


Any idea how to merga files in one file and maintain their columns as
well.


Nasir.

.



Relevant Pages