Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2000 14:12:55 -0500 (EST)
From:      Greg Pavelcak <gpav@som.umass.edu>
To:        "Thomas M. Sommers" <tms2@mail.ptd.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Merging file entries "comlumnwise"
Message-ID:  <Pine.OSF.4.10.10003091410390.28423-100000@lessing.oit.umass.edu>
In-Reply-To: <38C7EEDF.D9B2190F@mail.ptd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 9 Mar 2000, Thomas M. Sommers wrote:

> Greg Pavelcak wrote:
> > 
> > Suppose file1 contains
> > 
> >         record11
> >         record12
> >         record13
> >         .
> >         .
> >         .
> > 
> > and file2 contains
> > 
> >         record21
> >         record22
> >         record23
> >         .
> >         .
> >         .
> > 
> > How can I get output like
> > 
> >         record11 record21
> >         record12 record22
> >         record13 record23
> >         .
> >         .
> >         .
> > 
> > Thanks for any input.
> > 
> > Greg
> > 
> 
> man paste
> 
Just the thing. Thanks.

Greg



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.10.10003091410390.28423-100000>