Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2000 13:35:11 -0500
From:      "Thomas M. Sommers" <tms2@mail.ptd.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Merging file entries "comlumnwise"
Message-ID:  <38C7EEDF.D9B2190F@mail.ptd.net>
References:  <Pine.OSF.4.10.10003091308060.30767-100000@lessing.oit.umass.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

man paste


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?38C7EEDF.D9B2190F>