Multiple columns to add up
- From: "Nasir Mahmood" <goooglegroups@xxxxxxxxx>
- Date: 6 Sep 2005 08:22:25 -0700
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.
.
- Follow-Ups:
- Re: Multiple columns to add up
- From: Ed Morton
- Re: Multiple columns to add up
- Prev by Date: Re: Problem with removing file1 lines from file2
- Next by Date: Re: Multiple columns to add up
- Previous by thread: Problem with removing file1 lines from file2
- Next by thread: Re: Multiple columns to add up
- Index(es):
Relevant Pages
|