From owner-freebsd-questions Thu Mar 9 11:13:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from supai.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.6]) by hub.freebsd.org (Postfix) with ESMTP id C0FD437B7F9 for ; Thu, 9 Mar 2000 11:13:10 -0800 (PST) (envelope-from gpav@som.umass.edu) Received: from CONVERSION-DAEMON by supai.oit.umass.edu (PMDF V5.2-31 #38130) id <0FR600I015CYKV@supai.oit.umass.edu> for freebsd-questions@FreeBSD.ORG; Thu, 9 Mar 2000 14:12:35 -0500 (EST) Received: from lessing.oit.umass.edu (lessing.oit.umass.edu [128.119.166.128]) by supai.oit.umass.edu (PMDF V5.2-31 #38130) with ESMTP id <0FR600H795CYDX@supai.oit.umass.edu>; Thu, 09 Mar 2000 14:12:34 -0500 (EST) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.9.3/8.9.3) with ESMTP id OAA26434; Thu, 09 Mar 2000 14:12:55 -0500 (EST) Date: Thu, 09 Mar 2000 14:12:55 -0500 (EST) From: Greg Pavelcak Subject: Re: Merging file entries "comlumnwise" In-reply-to: <38C7EEDF.D9B2190F@mail.ptd.net> X-Sender: gp@lessing.oit.umass.edu To: "Thomas M. Sommers" Cc: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: lessing.oit.umass.edu: gp owned process doing -bs Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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