Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site fortune.UUCP Path: utzoo!linus!philabs!seismo!harpo!ihnp4!fortune!crane From: crane@fortune.UUCP Newsgroups: net.general Subject: Re: 3 new Unix tools you cannot live wit - (nf) Message-ID: <2302@fortune.UUCP> Date: Wed, 18-Jan-84 20:08:43 EST Article-I.D.: fortune.2302 Posted: Wed Jan 18 20:08:43 1984 Date-Received: Thu, 19-Jan-84 05:50:36 EST Sender: notes@fortune.UUCP Organization: Fortune Systems, Redwood City, CA Lines: 20 #R:ucbopal:-14000:fortune:14500014:000:875 fortune!crane Jan 18 16:49:00 1984 ***** fortune:net.general / ucbopal!jak / 10:20 am Jan 11, 1984 Now in /usr/new on 4.2BSD systems: jot - print sequential or random data rs - reshape a data array lam - laminate files Jot prints increasing, decreasing, random, or redundant sequences (bounded or unbounded) of numbers or characters; eg, it can be used to generate the ASCII character set, ed(1) commands, a file of length N, the yes(1) command, etc. Rs by default converts stream output into columns for CRT viewing (eg, who | rs); otherwise makes an array of a given size (eg, jot 100 | rs 10 10), and can be used to sort multi-line fields. Lam is the counterpart of cat, but for joining files side-by-side; bizarre applications include merging the lines of N files, and form letters. The sources are on the 4.2 distribution tape in the user-contributed software under 'tools'. John Kunze ----------