Unix Shell - Table format

This is Interesting: Free IT Magazines  
Home > Archive > Unix Shell > May 2007 > Table format





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Table format
AE86

2007-05-31, 1:21 pm

I have 3 files which look like:

file a is:
a
b
c

file b is:
a0
a1
a2

file c is:
d0
d1
d2

How can I output a file which combine the three files and look like a table
as:
a a0 d0
b a1 d1
c a2 d2

Thank for your reply.


Ed Morton

2007-05-31, 1:21 pm

AE86 wrote:
> I have 3 files which look like:
>
> file a is:
> a
> b
> c
>
> file b is:
> a0
> a1
> a2
>
> file c is:
> d0
> d1
> d2
>
> How can I output a file which combine the three files and look like a table
> as:
> a a0 d0
> b a1 d1
> c a2 d2
>
> Thank for your reply.
>
>


man paste
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com