home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / unix_c / utils / 00_index.txt next >
Encoding:
File List  |  1992-03-01  |  34.1 KB  |  725 lines

  1.  
  2. Directory UNIX_C/UTILS
  3.     Utility programs.  This directory is sort of a catch-all for things
  4.     that don't seem to fit anywhere else.
  5.  
  6.     ACMCNTST.TAR
  7.         Software to run an ACM-style programming contest.  Used by the
  8.         judge(s) of the contest.
  9.         Contributor: Jim Nelson <nelson@uncecs.edu>
  10.     ACTIV.TAR
  11.         A "script"-like program which will enter the time of day before the
  12.         input if the user has been idle for a given interval.
  13.         Contributor: Marc Meyer <marc@tss.uucp>
  14.     APPLY.TAR
  15.         Apply a command to a set of arguments.
  16.         Contributor: Doug Gwyn <gwyn@brl.arpa>
  17.     APROPOSG.TAR
  18.         A version of "apropos" ("man -k") and "makewhatis" for Silicon Graphics
  19.         IRIS workstations running IRIX.
  20.         Contributor: Paul Balyoz <root@naucse.csw.nau.edu>
  21.     ARPATIME.TAR
  22.         Programs to construct "ARPA-style" date strings.
  23.         Contributor: Stan Barber <sob@neuro1.uucp>
  24.     ART1.TAR
  25.         A short program which simulates ART1 neural networks, proposed by
  26.         Grossberg and Carpenter in 87 IEEE ASSP magazine.
  27.         Contributor: Jagath Samarabandu <bandu@cs.buffalo.edu>
  28.     ASH.TAR
  29.         A complete shell.  Similar to the System V version of the Bourne
  30.         shell, with some added features.  Has been tested on variants of
  31.         System III, System V, and Berkeley UNIX.
  32.         Contributor: Kenneth Almquist <ka@oriole.cs.washington.edu>
  33.     ASTRODAT.TAR
  34.         Computes all sorts of astronomical data about the sun, moon,
  35.         and planets.
  36.         Contributor: R. Kukuk <rck@ihuxx.uucp>
  37.     AT.TAR
  38.         A version of the "at" command.
  39.         Contributor: Michael Richmond <richmon@astrovax.uucp>
  40.     ATL.TAR
  41.         A companion to the 4.3BSD "at" and "atq" commands.  "atl" allows
  42.         a user to look at the "at" script he has submitted to see what it
  43.         does.
  44.         Contributor: Roger Southwick <dadla.tek.com!rogers>
  45.     ATTY.TAR
  46.         Provides a set opf EMACS-like editing commands which allow you to
  47.         move around the input line and make corrections, bring back previous
  48.         lines, etc.  Runs in user mode, requires no special privileges to
  49.         run or install.
  50.         Contributor: Kenneth Almquist <ka@june.cs.washington.edu>
  51.     AUTOLOAD.TAR
  52.         A program to enable the auto-loading (upon first reference) of shell
  53.         scripts as functions.  Requires a shell that supports functions, e.g.
  54.         System V "sh" or the Korn Shell.
  55.         Contributor: John Mackin <john@basser.cs.su.oz.au>
  56.     AWKSTATS.TAR
  57.         Awk scripts to compute univariate statistics.
  58.         Contributor: Tom Reingold <tr@wind.bellcore.com>
  59.     BATCH.SH
  60.         A batch command execution shell script for the AT&T UNIX-PC.
  61.         Contributor: Gus Garcia <amg22@aluxz.uucp>
  62.     BBS.C
  63.         A fairly simplistic bulletin board system.
  64.         Contributor: <michael@stb.uucp>
  65.     BCSH.SH
  66.         A C-shell (csh) emulator for the Bourne shell (sh).  Includes
  67.         command substitution, history, etc.
  68.         Contributor: Chris Robertson <chris@globetek.uucp>
  69.     BDF.C
  70.         A Berkeley-style "df" for System V.
  71.         Contributor: Paul Vixie <paul@vixie.uucp>
  72.     BEXEC.C
  73.         A program to help brain-damaged shells (like System V "sh") use the
  74.         "#!" "magic number" feature standard in Berkeley UNIX.
  75.         Contributor: Brandon Allbery <allbery@ncoast.uucp>
  76.     BINTNX.C, BINTNXVMS.C
  77.         A program to convert a TOPS-20 file transferred in FTP "binary"
  78.         mode to "tenex" mode (i.e. to convert it to what it's supposed
  79.         to look like).  "binary" mode is 9 8-bit bytes in 2 36-bit words,
  80.         while "tenex" mode is 4 8-bit bytes in each 36-bit word.  The
  81.         BINTNXVMS.C version is for VMS systems.
  82.         Contributor: Keith Petersen <w8sdz@simtel20.army.mil>
  83.     BOOLEVAL.TAR
  84.         A program to evaluate boolean expression arrays.  Somewhat useful
  85.         for designing PALs and such.
  86.         Contributor: Jim Frost <madd@bucsb.bu.edu>
  87.     BOURNEBS.TAR
  88.         A simple bulletin board system written in Bourne shell.  Allows
  89.         file transfer, messages, a link to rn and postnews, a bulletin
  90.         system, etc.
  91.         Contributor: Bob Kirkpatrick <bobk@dogear.uucp>
  92.     BYTES.SH
  93.         A program to add the bytes fields from a "ls -la" of a directory.
  94.         Contributor: unknown
  95.     CALC1.TAR
  96.         A double-precision desk calculator with math library functions
  97.         and variables.  Accepts interactive input or command line arguments
  98.         allowing a "csh" alias to let you say "calc arbitrary-math-expr".
  99.         Contributor: Dave Curry <davy@itstd.sri.com>
  100.     CALC2.TAR
  101.         Another desk calculator which accepts expressions on the command
  102.         line.
  103.         Contributor: Wayne Mesard <mesard@bbn.com>
  104.     CHEMTAB.TAR
  105.         A periodic table of the elements database.  Version 1.2.
  106.         Contributor: <root@lsrhs.uucp>
  107.     CHOOS.TAR
  108.         Choos is based on the old "pic" program (renamed to avoid
  109.         conflict with the DWB graphics typesetting program) by Tom Duff.
  110.         The selection of arguments is stored in an array, allowing the
  111.         user to back up and/or wrap around the argument list.  Choos
  112.         without arguments elicits a help message.
  113.         Contributor: Chuck Forsberg <caf@omen.uucp>
  114.     CHUNI.TAR
  115.         Change universes on a Pyramid machine.
  116.         Contributor: Frank Crawford <frank@aaec.uucp>
  117.     CLOCK.TAR
  118.         A curses-drive digital clock for terminal screens.
  119.         Contributor: Ross Wille <wille@hpccc.hp.com>
  120.     COLM.TAR
  121.         A columnation tool which handles fixed and variable width columns,
  122.         variable gutter widths, etc.
  123.         Contributor: Gary Oberbrunner <garyo@masscom.uucp>
  124.     CONFIG.TAR
  125.         A program to automatically configure large software systems.  Tells
  126.         you lots of properties of your machine and C compiler.  Optionally
  127.         produces the ANSI "float.h" and "limits.h" files.  Also pinpoints
  128.         possible compiler problems.
  129.         Contributor: Steven Pemberton <steven@cwi.nl>
  130.     CRONSORT.TAR
  131.         A program to sort a "cron" file into chronological order.
  132.         Contributor: Gordon Vickers <gordon@prls.uucp>
  133.     CSH2KSH.TAR
  134.         A program to convert C-shell scripts to Korn shell scripts.
  135.         Contributor: Bob Mcqueer <bobm@rtech.uucp>
  136.     CTRL.TAR
  137.         Programs to convert between control character sequences and printable
  138.         characters for use in echoing command strings, etc.
  139.         Contributor: Maarten Litmaath <maart@cs.vu.nl>
  140.     CURLY.TAR
  141.         Programs to expand and unexpand the C-shell "curly brace" notation.
  142.         One takes a list of file names and outputs curly-brace notation,
  143.         the other expands curly-brace notation into a list of files.
  144.         Contributor: Kevin Braunsdorf <ksb@s.cc.purdue.edu>
  145.     CURSE.TAR
  146.         A program to do cursor control operations, using termcap, from the
  147.         shell.  Useful for shell scripts and the like.
  148.         Contributor: Jonathan Bowen <jpb@icdoc.uucp>
  149.     CUTPASTE.TAR
  150.         A public domain implementation of the System V "cut" and "paste"
  151.         commands.
  152.         Contributor: John Weald <jgw@ptsfc.uucp>
  153.     CVTBASE.TAR
  154.         A generalized base conversion program.
  155.         Contributor: Mike Parker <mouse@larry.mcrcim.mcgill.edu>
  156.     DBCOPY.TAR
  157.         Double-buffered file copy.  Can specify block size, number of
  158.         records, etc.  DBCOPY-MAN.TXT contains the documentation.
  159.         Contributor: Dave Martindale <dmmartindale@watcgl.uucp>
  160.     DETERMCP.TAR
  161.         A program to split up the "/etc/termcap" file into a directory
  162.         for each terminal, and individual files within the directory
  163.         for each capability.
  164.         Contributor: Arnold D. Robbins <arnold@emoryu1.uucp>
  165.     DICTSQ.TAR
  166.         A program to compress sorted word lists.  Uses "sort" and "compress".
  167.         Contributor: Mike Wexler <mikew@wyse1.wyse.com>
  168.     DISPD.TAR
  169.         A "notice board" system for 4.2BSD.  Runs on a terminal, and lets
  170.         people see who's logged in, messages of the day, status of various
  171.         people ("out sick", "in meeting", etc.).
  172.         Contributor: Mike Williams <mike@erix.uucp>
  173.     DISTKIT.TAR
  174.         A kit for making software distributions.  Includes tools to do auto-
  175.         matic configuration, and tools to construct the distribution itself.
  176.         Contributor: Larry Wall <lwall@jpl-devvax.jpl.nasa.gov>
  177.     DMAKE.TAR
  178.         A replacement for "make" with significant enhancements including
  179.         "parallel" make, unconditional rebuilds, text diversions,
  180.         dynamic (macro-based) prerequisites.  Compatible with System V
  181.         AUGMAKE, but not with GNU make.
  182.         Contributor: Dennis Vadura <dvadura@watdragon.waterloo.edu>
  183.     ECHO.TAR
  184.         A complete merge of the BSD and System V "echo" commands.  Not
  185.         derived from AT&T code.
  186.         Contributor: David MacKenzie <edf@rocky2.rockefeller.edu>
  187.     EPHEM.TAR
  188.         An emphemeris program.  Uses termcap.  Version 4.21.
  189.         Contributor: Elwood C. Downey <ecd@cs.umn.edu>
  190.     FACES.TAR
  191.         A face server for monitoring mail and print jobs.  It is based on
  192.         the 8th Edition "vismon" program, but contains no code from it.
  193.         Version 1.4, patchlevel 5.
  194.         Contributor: Rich Burridge <rburridge@sun.com>
  195.     FASTGREP.TAR
  196.         A faster version of "grep".  Can replace "grep", "fgrep", and
  197.         "egrep".
  198.         Contributor: James A. Woods <jaw@aurora.uucp>
  199.     FEP.TAR
  200.         A general purpose front end for any line-oriented UNIX command.
  201.         Requires Berkeley pseudo-ttys and select().
  202.         Contributor: Kazamasa Utashiro <utashiro@sra.junet>
  203.     FFT1.TAR
  204.         A UNIX and MS-DOS general purpose FFT (Fast Fourier Transform)
  205.         program.
  206.         Contributor: Steve Sampson <sampson@killer.dallas.tx.us>
  207.     FFT2.TAR
  208.         Another FFT (Fast Fourier Transform) program.  Uses the Cooley-Tukey
  209.         algorithm, meaning it will work with a number of samples which is not
  210.         a power of two.  Handles real and complex data.
  211.         Contributor: Peter Valkenburg <valke@cs.vu.nl>
  212.     FFT_DSP.TAR
  213.         A set of FFT (Fast Fourier Transform) routines for Digital Signal
  214.         Processing.
  215.         Contributor: Dan Kegel <dan@srs.uucp>
  216.     FFTN.TAR
  217.         An N-dimensional FFT (Fast Fourier Transform) program.
  218.         Contributor: Andrew Lee <alee@tybalt.caltech.edu>
  219.     FIELD.TAR
  220.         The "field" program (similar to "cut") from Steve Bourne's book.
  221.         Contributor: Bill Silvert <silvert@dalcs.uucp>
  222.     FINANCIL.C
  223.         A program to calculate rate of return, interest rates, future values
  224.         of deposits, nominal, effective, and compound interest, future
  225.         value of current sum, present value of future sum, amortization
  226.         schedules.
  227.         Contributor: Paul Pederson <pop@bunkerb.uucp>
  228.     FLEX.TAR
  229.         A replacement for "lex", the UNIX lexical analyzer generator.  It's
  230.         mostly compatible with lex, but missing a few "niggling" features.
  231.         Version 2.1.
  232.         Contributor: Vern Paxson <vern@lbl-csam.arpa>
  233.     FLIP.TAR
  234.         A program to convert text files between MS-DOS and UNIX formats.
  235.         Contributor: Rahul Dhesi <dhesi@bsu-cs.bsu.edu>
  236.     FLOCK.TAR
  237.         A program which applies an advisory lock (4.2BSD; could be easily
  238.         modified for System V) on the file named as its first argument
  239.         and then runs the command given by the following arguments.
  240.         Contributor: Doug Kingston <dpk@brl.arpa>
  241.     GENEAL.TAR
  242.         A genealogy program which can browse data, make individual and family
  243.         pages, make birthday and anniversary lists, etc.  See also the file
  244.         UNIX_C/UTILS/TREEPAR.TAR.
  245.         Contributor: Jim McBeath <jimmc@gumby.uucp>
  246.     GETOPT.TAR
  247.         A shell script version of the "getopt" routine for processing
  248.         arguments.
  249.         Contributor: Rich Salz <rsalz@uunet.uu.net>
  250.     GONE1.TAR
  251.         A program to lock the terminal until your password is typed.
  252.         Contributor: Dave Shanks <shanks@teneron.uucp>
  253.     GONE2.TAR
  254.         A program which locks the terminal until a supplied password is
  255.         typed.  Times out after a given amount of time to avoid someone
  256.         locking the terminal permanently.  Allows certain harmless commands
  257.         to be run ("who", "who am i", etc.).
  258.         Contributor: Dave Curry <davy@itstd.sri.com>
  259.     GPERF.TAR
  260.         A program which generates perfect hash functions for sets of key
  261.         words.  A perfect hash function is one which allows recognition
  262.         of a key word using exactly one probe into the hash table.
  263.         Contributor: Douglas C. Schmidt <schmidt@glacier.isc.uci.edu>
  264.     GRABCHRS.TAR
  265.         A program to get one or more keystrokes from the user without
  266.         requiring them to hit RETURN.  Useful for proompting within
  267.         shell scripts, etc.  Version 1.9.
  268.         Contributor: Dan Smith <daniel@island.uucp>
  269.     GREP.C
  270.         The DECUS software tape version of the "grep" utility.
  271.         Contributor: Ray Davis <bees@infoswx.uucp>
  272.     GSPN.TAR
  273.         A simulator for generalized stochastic Petri nets that can be used to
  274.         evaluate the performance of parallel systems (hardware and software).
  275.         An overview can be found in "Performance Analysis Using Stochastic
  276.         Petri Nets", Michael K. Molloy, IEEE Trans. on Computers, Vol. C-31,
  277.         #9, Sept. 1982.
  278.         Contributor: Andreas Nowatzyk <agn@unh.cs.cmu.edu>
  279.     HELPVMS1.TAR
  280.         A VMS-like help program for UNIX.  Allows topics and subtopics to
  281.         be accessed individually.
  282.         Contributor: Neal Ziring <nz@wucs.uucp>
  283.     HELPVMS2.TAR
  284.         Another VMS-like help program for UNIX.
  285.         Contributor: Roland Stolfa <rjs@a.cs.okstate.edu>
  286.     HELP.TAR
  287.         A "help" facility for perusing /usr/man.  Used as "help cmd" it
  288.         works just like the "man" command.  With no args, it displays a
  289.         numbered list of topics (files and directories) which the user
  290.         may select.  As a side effect, "help" may be used to peruse any
  291.         directory simply by saying "help dirname".
  292.         Contributor: Dave Curry <davy@itstd.sri.com>
  293.     HEXCALC.TAR
  294.         A calculator program based on the Texas Instruments Programmer II
  295.         calculator.
  296.         Contributor: Richard Hargrove <richardh@killer.uucp>
  297.     HEXDUMP.TAR
  298.         A program to dump files out in hexadecimal.
  299.         Contributor: Peter Ruczynski <pjr@pyra.co.uk>
  300.     HEY.TAR
  301.         A program to broadcast a message to all terminals a specific user
  302.         is using.  From UNIX/World, October 1985.
  303.         Contributor: Bob Desinger <bd@hpda.uucp>
  304.     HGREP.TAR
  305.         A front-end for grep to highlight the word that was searched for.
  306.         Contributor: Jef Poskanzer <jef@helios.ee.lbl.gov>
  307.     JCL.TAR
  308.         A JCL interpreter.  You always knew someone would do this...
  309.         Contributor: Robert Lupton <lupton@uhccux.uhcc.hawaii.edu>
  310.     KEYDEF.TAR
  311.         A program to allow reprogramming of DEC VT[23]xx function keys.
  312.         Contributor: Gordon Vickers <gordon@prls.uucp>
  313.     LCOMP.TAR
  314.         An implementation of Peter Weinberger's "Cheap Dynamic Instruction
  315.         Counting", from the AT&T Bell Labs Technical Journal UNIX in 1984.
  316.         Runs on Sun-3 (68020) and Vax (Berkeley-based) systems.
  317.         Contributor: Paul Haahr <haahr@princeton.edu>
  318.     LIT.TAR
  319.         A "super-echo" command which accepts control-character escapes,
  320.         etc.  Every bell and whistle you could ever want.
  321.         Contributor: Richard A. O'Keefe <ok@quintus.uucp>
  322.     LOAN.C
  323.         A program to calculate the interest, principal, and payments  on
  324.         simple-interest loans (like car loans).
  325.         Contributor: Jane Medefesser <jane@tolerant.UUCP>
  326.     LOCK.TAR
  327.         A program to lock the terminal until the user's password is typed.
  328.         Contributor: Toby Harness <toby@gargoyle.uucp>
  329.     LOWLAV.TAR
  330.         Given a list of hosts, return the name of the host with the lowest
  331.         load average.  Uses rwho, so is probably Berkeley-specific.
  332.         Contributor: John D. DiMarco <jdd@db.toronto.edu>
  333.     LUNISOLR.TAR
  334.         A program to print the phase of the moon and generate LaTeX source
  335.         for a lunisolar calendar.
  336.         Contributor: John Ramsdell <ramsdell@linus.mitre.org>
  337.     M4.TAR
  338.         A public domain M4 macro processor.
  339.         Contributor: Ozan Yigit <oz@yetti.uucp>
  340.     MAKE.TAR
  341.         A "make" work-alike program.  Runs on PCDOS and BSD UNIX.
  342.         Contributor: Greg Yachuk <greggy@etude.uucp>
  343.     MAN.TAR
  344.         A compiled version of "man" for System V.  Should compile and run on
  345.         4.xBSD with minor changes.
  346.         Contributor: Edward C. Bennett <edward@ukecc.uucp>
  347.     MDCOPY.TAR
  348.         A program which allows a single file to be copied to multiple
  349.         floppy disks, spanning the disks.
  350.         Contributor: Greg Yachuk <greggy@etude.uucp>
  351.     MEASURES.TAR
  352.         A program that reads a list of measurable itmes and then tells
  353.         you what you have to measure to determine what an unknown item
  354.         is.
  355.         Contributor: Arthur David Olson <ado@elsie.uucp>
  356.     MENU.TAR
  357.         A program which reads a menu definition file and then implements it,
  358.         presenting the user with a series of numbered options.
  359.         Contributor: Mike Howard <mike@milhow2.uucp>
  360.     METRICS.TAR
  361.         Programs to calculate metrics of C programs.  Uses Barry Boehm's
  362.         COCOMO model, and also has a Halstead metric tool.
  363.         Contributor: Brian Renaud <bdr@huron.ann-arbor.mi.us>
  364.     MINIT.TAR
  365.         A linear programming package based on the dual simplex method.  Based
  366.         on the original code in Collected Algorithms from CACM (1968) in
  367.         Algol 68 by Rudolfo Salazar and Subrata Sen.  This version is in C.
  368.         Contributor: Badri Lokanathan <badri@ee.rochester.edu>
  369.     MKMF.TAR
  370.         A "makefile maker".
  371.         Contributor: Lloyd Zusman <ljz@fxgrp.uucp>
  372.     MMAKE.TAR
  373.         A program which can generate makefiles for multiple operating systems
  374.         (or other environmental configurations) from a single master makefile.
  375.         Contributor: Eric Schneider <eric@cs1.wsu.edu>
  376.     MORSE.TAR
  377.         Takes its input and coverts it to International Morse Code.
  378.         Contributor: Nils McCarthy <mtymp01@ux.acss.umn.edu>
  379.     MTOOLS.TAR
  380.         Programs to read and write MS-DOS formatted diskettes on a UNIX
  381.         based system.  Works on AT&T UNIX PCs, Sun SparcStation 1, and
  382.         Sun 3/80 systems.
  383.         Contributor: Viktor Dukhovni <viktor@melon.princeton.edu>
  384.     MULTITEE.TAR
  385.         Send multiple inputs to multiple outputs.  Runs on 4.3BSD and
  386.         derivatives.
  387.         Contributor: Dan Bernstein <brnstnd@stealth.acf.nyu.edu>
  388.     NEMORBIT.TAR
  389.         A program to track earth satellites.  Generally for use by amateur
  390.         radio operators, but also useful for weather satellites, the space
  391.         shuttle, etc.
  392.         Contributor: Robert W. Berger <rwb@vi.ri.cmu.edu>
  393.     NOBACK.C
  394.         Convert lines with backspaces in them to multiple lines for
  395.         displaying on dumb terminals, etc.
  396.         Contributor: Paul Vixie <paul@vixie.uucp>
  397.     NSTRINGS.TAR
  398.         A replacement for the BSD "strings" program.  Faster and more correct.
  399.         Runs on VMS, too.
  400.         Contributor: Michael Greim
  401.                     <greim@sbsvax.informatik.uni-saarland.dbp.de>
  402.     PAC.TAR
  403.         "The ultimate on-screen calculator for UNIX".  Zillions of features
  404.         including conversions, "NVRAM", checkbook balancer, base translation,
  405.         trig functions, amortization, compound interest, user-definable
  406.         conversions, bit functions, stack, physical constants, macros,
  407.         percentages.  Actually an interface to "bc".
  408.         Contributor: Istvan Mohos <istvan@hhb.uucp>
  409.     PATCH.TAR
  410.         A program to apply patches (output from the "diff" program) to
  411.         programs automatically.  Amazingly intelligent, I haven't seen
  412.         it screw up yet.
  413.         Contributor: Larry Wall <lwall@sdcrdcf.uucp>
  414.     PDMAKE.TAR
  415.         A public domain version of "make".  Version 1.6.
  416.         Contributor: Greg Yachuk <greggy@zebra.uucp>
  417.     PEGBOARD.TAR
  418.         A program to keep track of who is in or out of the office, and when
  419.         they're due back.
  420.         Contributor: Richard O'Rourke <ror@mplex.uucp>
  421.     PERL.TAR
  422.         A semi-replacement for "awk" and "sed".  An interpreted language
  423.         for scanning files, extracting information from them, and printing
  424.         reports based on that information.  It combines the best features
  425.         of C, "sed", "awk", and "sh".  Version 3.0.
  426.         Contributor: Larry Wall <lwall@jpl-devvax.jpl.nasa.gov>
  427.     PERLCTIM.TAR
  428.         An emulation of ctime(3) in PERL.
  429.         Contributor: Waldemar Kebsch <kebsh@nixpbe.uucp>
  430.     PHONEGEN.C
  431.         A program to generate all possible letter combinations from a given
  432.         telephone number.
  433.         Contributor: Liudvikas Bukys <bukys@rochester.edu>
  434.     PHONEME.C
  435.         A program to translate English words into their phonetic spellings.
  436.         Contributor: John Wasser <wasser@viking.dec.com>
  437.     PIPSCRPT.TAR
  438.         A Berkeley "script"-like utility, but uses pipes.  Not quite as general
  439.         as real "script" (screen editors, etc. won't work), but should run
  440.         on any UNIX even without ptys.
  441.         Contributor: Kent Forschmiedt <kent@happym.uucp>
  442.     PMAN.TAR
  443.         A program to print pieces of formatted manual pages, by specifying
  444.         an argument such as "warnings" you see only the "BUGS", "CAVEATS",
  445.         etc. sections, and so on.
  446.         Contributor: Gary Perlman <perlman@wanginst.uucp>
  447.     PRINTF.TAR
  448.         Another version of "printf" for shell scripts.  Implements most of
  449.         the ANSI C specs, as well as roman numerals.
  450.         Contributor: Chris Torek <chris@mimsy.umd.edu>
  451.     PSC.TAR
  452.         Prints the user page segment of a "core" file out in a format similar
  453.         to the "crash" program for system crashes.  For System V; probably
  454.         requires work to run under Berkeley.
  455.         Contributor: John F. Haugh II <jfh@rpp386.uucp>
  456.     PT.TAR
  457.         A program to display the hierarchy of a process tree.  Works on
  458.         both System V and BSD.
  459.         Contributor: Jeff Bauer <bauer@loligo.cc.fsu.edu>
  460.     PTREEBSD.TAR
  461.         A backed to "ps" for BSD systems to display the process tree.
  462.         Contributor: Paul Lew <lew@gsg.uucp>
  463.     PSHDPDKS.TAR
  464.         An implementation of the C shell "pushd", "popd", and "dirs"
  465.         commands for the Korn shell.
  466.         Contributor: Fletcher Mattox <fletcher@im4u.uucp>
  467.     PWGET.TAR
  468.         Programs to provide a shell script interface to the password file
  469.         much like "getpwent" et. al. do for C programs.
  470.         Contributor: Michael Saboff <mike@hpirs.uucp>
  471.     RANLIBSC.TAR
  472.         A replacement ranlib(1) for SCO Xenix which handles externals with
  473.         names longer than 40 characters.
  474.         Contributor: Steve Bleazard <Steve.Bleazard@robobar.co.uk>
  475.     RECTVKBD.TAR
  476.         A general purpose command line editor with the addition of predictive
  477.         text generation (i.e, a DWIM command).  Interfaces with a standard
  478.         shell and allows simple editing of lines, and prediction of lines
  479.         based on previous input.
  480.         Contributor: Mark James <jamesm@cpsc.ucalgary.ca>
  481.     REDIR.TAR
  482.         A program to redirect standard output and standard error for csh
  483.         users.  (Could be used by anyone, but "sh" already has the I/O
  484.         redirection constructs for it.)
  485.         Contributor: Bob Glickstein <bobg+@andrew.cmu.edu>
  486.     RELDB.TAR
  487.         Programs to generate scattergrams, statistics from columnar data,
  488.         and some plot(1) filters.
  489.         Contributor: Gunnar Stefansson <gunnar@haffro.is>
  490.     REVERSE.C
  491.         A program to completely reverse its input.  Reverses characters on
  492.         each lines and exchanges lines top to bottom.
  493.         Contributor: K. A. Gluck <kurt@pyuxhh.uucp>
  494.     REVGREP.TAR
  495.         A program like "grep", except that it reads backwards from the end
  496.         of the file, printing matches in reverse order.  Useful for getting
  497.         things out of log files, etc.
  498.         Contributor: Neal Ziring <nz@wucs.uucp>
  499.     RF.TAR
  500.         A Rolodex program for maintaining lists of names and addresses
  501.         which can quickly be referred to.  Uses System V curses.
  502.         Contributor: Larry Lippman <larry@kitty.uucp>
  503.     ROFF.TAR
  504.         A program which allows you to place information at the top of a
  505.         troff file indicating which filters and macro packages are needed,
  506.         and then calls the appropriate programs.  Version 1.7.
  507.         Contributor: Brian Litzinger <brian@apt.uucp>
  508.     ROLODEX.TAR
  509.         A Rolodex program for maintaining lists of names and addresses which
  510.         can quickly be referred to.  Uses Berkeley curses (not the same
  511.         program as RF.TAR).
  512.         Contributor: Dave Ihnat <ignatz@homebru.uucp>
  513.     ROT.TAR
  514.         A program to rotate the lines of a file such that the lines become
  515.         columns.
  516.         Contributor: Martin Schmidt
  517.                      <mschmidt@exunido.irb.informatik.uni-dortmund.de>
  518.     RPL.TAR
  519.         An interpreter for HP's RPL "calculator programming language".
  520.         Should have the same functionality as an HP-28 calculator.
  521.         Contributor: hp@vmars.uucp
  522.     RS.TAR
  523.         A personal reminder system.
  524.         Contributor: Don Joslyn <don@novavax.uucp>
  525.     RU.TAR
  526.         A program to print a users(1)-style list of names for each host in
  527.         the rwho spool directory.
  528.         Contributor: P. Kern <pkern@csri.toronto.edu>
  529.     S5FINGER.TAR
  530.         Various Berkeley utilities for System V.  "finger", "whois",
  531.         and some others.
  532.         Contributor: Keith Gabryelski <ag@elgar.uucp>
  533.     S5LAST1.TAR
  534.         An implementation of the Berkeley "last" command for System V.
  535.         Contributor: Harver R. Moran Jr. <moran@tron.uucp>
  536.     S5LAST2.TAR
  537.         Another implementation of "last" for System V.
  538.         Contributor: Chris Kern <ckern@killer.dallas.tx.us>
  539.     S5LOOK.C
  540.         An implementation of "look" for System V.
  541.         Contributor: Larry Campbell <campbell@redsox.uucp>
  542.     SAMPLE.TAR
  543.         An educational program for teaching about sampling distributions.
  544.         Allows the user to provide a distribution which it will then
  545.         graph.
  546.         Contributor: Gary Perlman <perlman@wanginst.uucp>
  547.     SAO.TAR
  548.         The Smithsonian Astronomical Observatory dataset reduced to RA/DECL/MAG
  549.         records.  Furnished by NASA Goddard for non-commercial use.  There's
  550.         49 "shar" files here; you unpack them.
  551.         Contributor: Alan Wm Paeth <awpaeth@watcgl.waterloo.edu>
  552.     SC.TAR
  553.         Version 6.8 of the public domain "sc" spreadsheet calculator.
  554.         Runs on 4.xBSD and System V.
  555.         Contributor: Bob Bond <rgb@nscpdc.nsc.com>
  556.                      Jeff Buhrt <buhrt@sawmill.uucp>
  557.     SCRENWHO.TAR
  558.         A curses-based "who" program that updates the screen every few
  559.         minutes.
  560.         Contributor: Paul Pomes <paul@uxc.cso.uiuc.edu>
  561.     SEARCH.C
  562.         A program to search for a string.  May contain newlines; works on
  563.         binary files.
  564.         Contributor: Daniel R. Levy <levy@ttrdc.uucp>
  565.     SETS.TAR
  566.         A program to perform union, intersection, and difference operations
  567.         on two sets given as arguments.  Can be used to compute lists of
  568.         files such as "everything EXCEPT *.c" and so on.
  569.         Contributor: Chris Tweed <chris@edcaad.uucp>
  570.     SHELFRMS.TAR
  571.         A program to provide a forms-editor interface to shell scripts.
  572.         Contributor: Paul Lew <lew@gsg.uucp>
  573.     SHOW.TAR
  574.         A version of "echo" with lots of flags from the multitude of
  575.         UNIXes out there.
  576.         Contributor: Alan Fargusson <alan@drivax.uucp>
  577.     SOUNDEX.C
  578.         A program which implements the "soundex" algorithm for generating
  579.         identical tokens for like-sounding names.
  580.         Contributor: Jerry Carlin <jmc@ptsfa.uucp>
  581.     SOUNDEX2.C
  582.         Another implementation of Soundex.
  583.         Contributor: N. Dean Pentcheff <dean@violet.berkeley.edu>
  584.     SONDXSPL.SH
  585.         A spelling corrector using SOUNDEX2.C (the one from Dean Pentcheff).
  586.         Contributor: Frederic W. Brehm <fwb@demon.siemens.com>
  587.     SPIN.TAR
  588.         A simple interpreter intended for use as a program development tool
  589.         and modest programmable interface.  Contains a parser and execution
  590.         engine, both easily extended.
  591.         Contributor: Jim McBeath <jimmc@gumby.uucp>
  592.     SRCTOMAN.SH
  593.         A shell script to convert comments in various programming languages
  594.         into a UNIX-style manual page.
  595.         Contributor: W. Z. Venema
  596.     STARCHRT.TAR
  597.         Produces astronomical charts from a variety of databases for Post-
  598.         Script, X11, SunView, Atari ST, IBM PC, X10, Tek, plot(5), HP LaserJet,
  599.         etc.  Can read stuff like the Yale Bright Star Catalog, the SAO
  600.         catalog, etc.  Version 3.0.
  601.         Contributor: ccount@athena.mit.edu
  602.     STRNGSCF.TAR
  603.         A program to extract strings from COFF-format object files.
  604.         Contributor: Piercarlo Grandi<pcg@aber-cs.uucp>
  605.     STRINGSH.TAR
  606.         Programs for manipulating strings in shell scripts.  Provides
  607.         "index", "rindex", substring extractors, etc.
  608.         Contributor: Greg Paris <gmp@rayssd.uucp>
  609.     SUBSTR.TAR
  610.         A program to extract substrings from expressions.
  611.         Contributor: William E. Davidsen, Jr. <davidsen@steinmetz.uucp>
  612.     TAPE.TAR
  613.         A tape database program for cataloging and alphabetizing a large
  614.         number of audio (or other) tapes.
  615.         Contributor: David Bleckmann <bleckmd@jacobs.cs.orst.edu>
  616.     TC.TAR
  617.         Termcap capabilities for shell scripts.  Saying "tc cap" will
  618.         output the string for capability "cap" for the current terminal
  619.         type.
  620.         Contributor: <lmc@cisden.uucp>
  621.     TELEWRDS.TAR
  622.         Programs to give all the words a phone number spells (using American
  623.         phones) and all the phone numbers that can spell a word.
  624.         Contributor: Jim Williams <williams@mimsy.umd.edu>
  625.     TRMCPTRM.TAR
  626.         Converts a termcap file into terminfo source files.
  627.         Contributor: Robert Viduya <robert@gitpyr.uucp>
  628.     TERMLIST.TAR
  629.         A Perl script to produce annotated listings of termcap entries.
  630.         Contributor: Geoff Leach <geoff@p.uucp>
  631.     TOE.C
  632.         Like "finger" only different.
  633.         Contributor: Dan Heller <argv@sri-spam.arpa>
  634.     TOT_INFO.TAR
  635.         Programs to compute Chi-square independence, Gamma and related
  636.         functions, etc. for 2-way contingency tables.
  637.         Contributor: Doug Gwynn <gwynn@brl.mil>
  638.     TPIPE.TAR
  639.         A program to split a UNIX pipeline into two pipelines.  The output
  640.         of one pipeline can be replicated and supplied as the input to two
  641.         other pipelines executing simultaneously.
  642.         Contributor: David B. Rosen <rosen@bucasb.bu.edu>
  643.     TPS.TAR
  644.         A program which runs "ps" and rearranges the output.
  645.         Contributor: Arndt Jonasson <arndt@zyx.zyx.se>
  646.     TRAPFILS.TAR
  647.         Uses "ptrace" to trace a program and reports all files opened and
  648.         closed by the program.  Berkeley UNIX dependent.
  649.         Contributor: Arndt Jonasson <aj@zyx.uucp>
  650.     TREEPAR.TAR
  651.         A place and route (and plot) package for tree-structured data.
  652.         Mostly intended as a companion to UNIX_C/UTILS/GENEAL.TAR.
  653.         Contributor: Jim McBeath <jimmc@gumby.uucp>
  654.     TUTOR.TAR
  655.         A program to allow multiple terminals to watch what is being typed.
  656.         Useful for showing people in a class what's going on, etc.
  657.         Contributor: Rich Salz <rsalz@bbn.com>
  658.     TTYPE.C
  659.         A touch-typing tutor program.  May need mods to work on BSD systems.
  660.         Contributor: Paul Hubbard <paulh@copper.uucp>
  661.     UNITS.TAR
  662.         A unit conversion program that does charts, too.
  663.         Contributor: Gregory R. Simpson <simpsong@ncoast.uucp>
  664.     UNIX_VMS.TAR
  665.         Tools for VMS to give it some UNIX-like features.  It's mostly
  666.         stuff to make DCL look a little more like the UNIX shells.
  667.         Contributor: David Albrecht <dca@calmasd.uucp>
  668.     UNOD.TAR
  669.         A program to "reverse" an "od -c" dump of a file, putting everything
  670.         back.  This lets you edit binary files, among other things.
  671.         Contributor: Daniel R. Levy <levy@ttrdc.uucp>
  672.     UNTIC.TAR
  673.         A program to decompile "terminfo" description files into ASCII.
  674.         Contributor: Dave Regan <regan@orstcs.uucp>
  675.     VIS.TAR
  676.         Turn any command into a screen-oriented one by executing it over and
  677.         over, updating the screen with the results.
  678.         Contributor: George M. Sipe <george@rebel.uucp>
  679.     VSH.TAR
  680.         A visual shell which uses the full screen and allows selection of
  681.         files by placing the cursor on them, etc.
  682.         Contributor: Dan T'so <dan@rna.uucp>
  683.     VTTEST.TAR
  684.         A program to test compatibility of so-called "VT100 compatibile"
  685.         terminals.
  686.         Contributor: Perl Lindberg <lindberg@suadb.uucp>
  687.     VTFONTDT.TAR
  688.         A screen-oriented editor for downloaded fonts in a VT220 terminal.
  689.         Contributor: Eric A. Pearce <eap@bucsf.bu.edu>
  690.     VT22KEYS.TAR
  691.         A program to download strings to the function keys on a DEC
  692.         VT220 terminal.
  693.         Contributor: Ken Lester <ken@ektools.uucp>
  694.     WHICH.C
  695.         A C version of the Berkeley "which" script.  It searches your
  696.         path and tells you which version of a program you're using.
  697.         Contributor: Larry J. Barello <larry@tikal.uucp>
  698.     WHICH.SH
  699.         A shell script version of "which" that allows wildcards to work.
  700.         Contributor: Steven Pemberton <steven@cwi.nl.uucp>
  701.     WHICH.TAR
  702.         Yet another C version of "which".  Version 4.0.
  703.         Contributor: Maarten Litmaath <maart@cs.vu.nl>
  704.     WIREWRAP.TAR
  705.         A program to do circuit board design.
  706.         Contributor: Bruce Karsh <karsh@geowhiz.uucp>
  707.     WNS.TAR
  708.         A program to search for a pettern in a file and then print a window
  709.         of lines from the file around the place where the match occurred.
  710.         Contributor: Mark E. Mallett <mem@zinn.mv.com>
  711.     XDUMP.TAR
  712.         Produce a hexadecimal dump of a file or a shared memory segment.
  713.         Contributor: Bjorn Engsig <bengsig@orcenl.uucp>
  714.     XTX.TAR
  715.         A program which allows placing embedded shell commands in comments
  716.         in other files, and then executes them.  Useful for putting "troff"
  717.         commands at the top of a paper so you don't have to remember all
  718.         the filters, etc.
  719.         Contributor: R. P. A. Collinson <pc@ukc.uucp>
  720.     XXU.TAR
  721.         Rename TOPS-20 or VMS file names to UNIX file names.  Used after you
  722.         do an "mget" with FTP and find yourself in a directory full of files
  723.         with screwball names.
  724.         Contributor: William E. Davidsen <davidsen@crdos1.uucp>
  725.