From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by archone.tamu.edu id <45329>; Fri, 7 Feb 1992 20:34:32 -0600 From: Byron Rakitzis To: rc Subject: big files Message-Id: <92Feb7.203432cst.45329@archone.tamu.edu> Date: Fri, 7 Feb 1992 20:34:29 -0600 David Sanderson came up with a really neat idea for generating a large file: use od on the rc that trip.rc has in its path; od $rc | sed 5000q > $bigfile I liked it so much I thought I'd bring it to general attention.