Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Mar 2000 13:15:32 -0500 (EST)
From:      Greg Pavelcak <gpav@som.umass.edu>
To:        freebsd-questions@freebsd.org
Subject:   Merging file entries "comlumnwise"
Message-ID:  <Pine.OSF.4.10.10003091308060.30767-100000@lessing.oit.umass.edu>

next in thread | raw e-mail | index | archive | help
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




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