home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / unix_c / filemgmt / 00_index.txt next >
Encoding:
File List  |  1994-03-04  |  15.4 KB  |  334 lines

  1. 00readme.txt
  2. agef.tar
  3.         Show disk usage of file sizes and counts, sorted by file age.
  4.         Contributor: David S. Hayes <merlin@hqda-ai.uucp>
  5. athenarm.tar
  6.         The MIT Project Athena solution to the "safe rm" problem.  Provides
  7.         the programs "delete", "undelete", "expunge", "purge", and "lsdel",
  8.         much like TOPS-20.  Patchlevel 10.
  9.         Contributor: Jonathan I. Kamens <jik@pit-manager.mit.edu>
  10. bed.tar
  11.         A program to edit binary files by converting to hex, running "vi",
  12.         and converting back to binary.
  13.         Contributor: Stephen J. Muir <stephen@mcvax.uucp>
  14. body.tar
  15.         A program to print the body of a file, the part that "head" and
  16.         "tail" miss.
  17.         Contributor: Marty Fouts <fouts@ames-nas.arpa>
  18. bpatch.tar
  19.         A program to patch binary files.  Dumps or edits files by showing
  20.         256-byte records side by side in hex and ASCII.  Runs under 4.3BSD
  21.         and System V.
  22.         Contributor: John Rupley <rupley!local@arizona.edu>
  23. bpe.tar
  24.         A different program to patch binary files.  Uses curses library.
  25.         No documentation.
  26.         Contributor: Andreas Pleschutznig <andy@mssx.uucp>
  27. brik.tar
  28.         A general-purpose text and binary cyclic redundancy check (CRC)
  29.         program.  Works under MS-DOS Turbo-C, System V Release 2,
  30.         4.3BSD, and VMS.  Version 2.0
  31.         Contributor: Rahul Dhesi <dhesi@bsu-cs.bsu.edu>
  32. browse.tar
  33.         A screen-oriented directory browser based on the metaphor of using
  34.         "vi" to edit an "ls -l" listing.
  35.         Contributor: Peter Da Silva <peter@ficc.uucp>
  36. brwsr.tar
  37.         A program to build inverted indices of files and another one to
  38.         allow browsing through the file by context.  For example, you
  39.         could ask for "UNIX", see all the contexts in which "UNIX" is
  40.         used in the file, and then could go to a specific place and
  41.         view the whole text.
  42.         Contributor: Mark Zimmerman <science@nems.arpa>
  43. bsplit.tar
  44.         A program to split binary files into manageable chunks.  Similar
  45.         to the UNIX "split" utility.
  46.         Contributor: Peter Knoppers <knop@dutesta.uucp>
  47. cacmdiff.tar
  48.         The "diff" program from the July 1989 CACM.
  49.         Contributor: Donald Lindsay <Donald.Lindsay@mathom.gandalf.cs.cmu.edu>
  50. capp.tar
  51.         A cut and paste processor inspired by the M4 divert and undivert
  52.         macros.
  53.         Contributor: Ozan Yigit <oz@yetti.uucp>
  54. checklnk.tar
  55.         A program which walks through a directory tree and prints out the
  56.         names of unresolved symbolic links.  Berkeley UNIX only.
  57.         Contributor: Jason Venner <jason@violet.berkeley.edu>
  58. chop.tar
  59.         Extract selected fields or columns of text lines and write
  60.         to standard output.
  61.         Contributor: George Sicherman <gls@hrmso.att.com>
  62. chtim.tar
  63.         A program to change file modify and access times.  Has facilities
  64.         for recursing through directories and producing a shell script
  65.         to restore file times using "chtim".
  66.         Contributor: Don Gworek <uggworek@sunybcs.uucp>
  67. coda.tar
  68.         The Code Distribution Aide.  Keeps source distributions current across
  69.         a set of machines.  Replaces ad-hoc collections of rdist and tar and
  70.         stuff.  Runs under BSD, VMS, AT&T 3b2 & 6386, Xenix, and (soon) MS-DOS.
  71.         Contributor: Rich Salz <rsalz@bbn.com>
  72. combine.tar
  73.         A program to compare two or three ASCII files and either report the
  74.         differences or produce a merged file.
  75.         Contributor: Cliff Van Dyke <cliff@gcx1.ssd.csd.harris.com>
  76. compress.tar
  77.         A program to compress files using adaptive Lempel-Ziv coding.  This
  78.         is the standard 4.3BSD file compression utility; versions exist for
  79.         several microcomputers as well.  Runs under all versions of UNIX.
  80.         This is version 4.3.
  81.         Contributor: Don Gloistein <76010.474@compuserve.com>
  82. cmprscms.tar
  83.         A version of the COMPRESS utility for IBM VM/CMS.
  84.         Contributor: Bill Randle <billr@saab.cna.tek.com>
  85. context.tar
  86.         A program which reads messages containing file names and line numbers
  87.         (e.g. error messages from "cc") and prints lines of context for
  88.         each line number.
  89.         Contributor: Brandon Allbery <bsa@ncoast.uucp>
  90. crccheck.tar
  91. cshar.tar
  92.         A set of tools for shipping source code around in "shar" files.  These
  93.         are the ones used by the moderator of comp.sources.unix.  Should also
  94.         work under MS-DOS.  Includes a shar which splits up files into nice
  95.         "chunks", a program to strip mail headers, a program to simulate the
  96.         syntax of /bin/sh for non-UNIX systems.
  97.         Contributor: Rich Salz <rsalz@uunet.uu.net>
  98. cvs.tar
  99.         CVS, a front end for RCS which supports concurrent and independent
  100.         use of an RCS directory by several people.  Version 3.0.
  101.         Contributor: Dick Grune <dick@cs.vu.nl>
  102. cvsbrlnr.tar
  103.         A modified version of CVS (see above) from Brian Berliner, described
  104.         in his paper at USENIX Winter '90.  This version is written entirely
  105.         in C and has many added functions including features to support
  106.         software release control.
  107.         Contributor: Brian Berliner <berliner@prisma.com>
  108. d.tar
  109.         A program to display a sorted listing of files.  Sort of an ersatz
  110.         "ls".
  111.         Contributor: Rick Conn <rconn@simtel20.army.mil>
  112. del.csh
  113.         A "csh" script that prompts the user with the type of each file he
  114.         is trying to remove and asks if he's sure he wants to remove it.
  115.         Contributor: Rahul Dhesi <dhesi@bsu-cs.uucp>
  116. diff.tar
  117.         A public domain "diff" program.
  118.         Contributor: Mark H. Colburn <mark@jhereg.uucp>
  119. diffc.tar
  120.         A "diff -c" program for people who don't have the "-c" option
  121.         (Bell versions).
  122.         Contributor: John Nelson <nelson@genrad.uucp>
  123. ediff.tar
  124.         Convert the output of a normal "diff" (not -c or -e) to plain
  125.         English.
  126.         Contributor: David MacKenzie <edf@roacky2.rockefeller.edu>
  127. fastsort.tar
  128.         A sort which sorts files in place using available memory.  Twice
  129.         as fast as sort(1) and doesn't use files in /usr/tmp.
  130.         Contributor: Edwin R. Carp <erc@unisec.uucp>
  131. file.tar
  132.         A rewrite of the UNIX "file" command to tell about the contents of
  133.         a file.
  134.         Contributor: Ian F. Darwin <ian@sq.com>
  135. filescan.tar
  136.         A program to examine a list of files and check them against stored
  137.         information, in order to detect possible security breaks.
  138.         Contributor: Marcus J. Ranum <mjr@welchlab.welch.jhu.edu>
  139. filterfl.tar
  140.         A program to apply a filter to a file, saving the output in another
  141.         file.  Various options to delete the input file, set modes on input
  142.         or output, etc.
  143.         Contributor: Dan Bernstein <brnstnd@stealth.acf.nyu.edu>
  144. findname.tar
  145.         Scripts to speed up the "find" program on Xenix systems.
  146.         Contributor: Cliff Manis <cmanis@petro.uucp>
  147. flock.tar
  148.         Apply or remove an advisory lock on a file and then execute a
  149.         command.
  150.         Contributor: Kevin Braunsdorf <ksb@mace.cc.purdue.edu>
  151. fm.tar
  152.         A curses-based hex/ASCII file editor that allows binary file or
  153.         device editing.  Runs on System V, BSD, MS-DOS.  Version 2.0.
  154.         Contributor: Tony Field <tony@ajfcal.uucp>
  155. fpack.tar
  156.         A file packer and unpacker.  Runs on UNIX and MS-DOS; handy for
  157.         transporting files.
  158.         Contributor: Gary Perlman <perlman@wanginst.uucp>
  159. ftimes1.tar
  160.         Display the last access, modify, and inode change times for a file.
  161.         Contributor: John Korsmeyer <john@sol1.uucp>
  162. ftimes2.tar
  163.         Programs to change the times on a file, and to compare files by
  164.         access or modify time ("newer" and "older").
  165.         Contributor: Ken Yap <ken@rochester.edu>
  166. ftimes3.tar
  167.         Yet another version of ftimes.
  168.         Contributor: Robert O. Domitz <rod@pecnos.uucp>
  169. give.tar
  170.         A program to give copies of files to only persons on a list.  A
  171.         reimplementation of the old V6/PWB utility.
  172.         Contributor: David Collier-Brown <daveb@geac.uucp>
  173. hatncoat.tar
  174.         Header Analysis Tool analyzes header file dependencies and references.
  175.         C Object Analysis Tool produces a topologically sorted dependcy list
  176.         and cross reference for a group of objects or libraries.
  177.         Contributor: Bob McQueer <bobm@weevil.uucp>
  178. hd.tar
  179.         A hex dump program.  Version 1.6.
  180.         Contributor: P. J. Ruczynski <pjr@pyra.co.uk>
  181. hill.tar
  182.         File encryption using the Hill cipher.
  183.         Contributor: John Cowan <cowan@magpie.nasa.com>
  184. hpack.tar
  185.         Multisystem archiver.  More universal for a number of operating
  186.         systems.  Version 0.75a.
  187. ibmwrap.tar
  188.         Some scripts to allow files with lines longer than 80 characters to
  189.         be sent through BITNET/EARN systems, which just love those Hollerith
  190.         cards.
  191.         Contributor: Rob Gerth <wsinrobg@urc.tue.nl>
  192. incelim.tar
  193.         A program to eliminate "include" commands from files.  It can handle
  194.         ".so" commands for n/troff, "#include" commands from C, etc.
  195.         Contributor: Sten Folkerman <sten@enea.se>
  196. less.tar
  197.         A program similar to "more", only with more options.  Some folks
  198.         think it's better than "more".  It's also public domain.
  199.         Contributor: Mark Nudelman <mark@UNIX386.uucp>
  200. lumbrjck.tar
  201.         A program which monitors log files and indicates when they have
  202.         changed by changing its icon.  Runs under Suntools.
  203.         Contributor: Steven Grimm <koreth@ssyx.ucsc.edu>
  204. lharc.tar
  205.         LHARC UNIX V. 1.00.  Very efficient compression algorithm.  It
  206.         is compatible with the MS-DOS version.
  207. mmv.tar
  208.         A program to move/copy/append/link multiple files according to a
  209.         set of wildcard patterns.  Checks for collisions first.  Runs on
  210.         BSD, System V, and MS-DOS.  Patchlevel 1.
  211.         Contributor: Vladimir Lanin <lanin@csd4.cs.nyu.edu>
  212. name.tar
  213.         A program which converts a pathname containing symbolic links into
  214.         an absolute pathname which contains the "real" path to the file.
  215.         Contributor: Alexander Dupuy <dupuy@westend.columbia.edu>
  216. plist.tar
  217.         Routines and programs to manipulate files with "property list" headers,
  218.         e.g. mail, news, make files, etc.
  219.         Contributor: Peter da Silva <peter@ficc.uu.net>
  220. rcs42.tar
  221.         Version 4.2 of the Revision Control System from Purdue University.
  222.         Contributor: Walter Tichy <tichy@purdue.edu>
  223. rcsify.tar
  224.         Put groups of files under RCS control.
  225.         Contributor:  Terry Jones <terry@cogsci.indiana.edu>
  226. rcsit.tar
  227.         A program to prepare files for RCS by putting the appropriate
  228.         headers at the top, etc.
  229.         Contributor: Michael Cooper <mcooper@oberon.uucp>
  230. rename.tar
  231.         Whereas "mv" can rename (as opposed to move) only one file at a time,
  232.         this program can rename many files according to search and replacement
  233.         patterns, sort of like VMS.
  234.         Contributor: Vladimir Lanin <lanin@csd2.nyu.edu>
  235. rh.tar
  236.         A program similar to "find", but which allows the user to enter real
  237.         C expressions instead of using find's less than wonderful syntax.
  238.         Allows selecting more diverse subsets of files.  Version 2.0.
  239.         Contributor: Kenneth Stauffer <stauffer@cpsc.ucalgary.ca>
  240. rmi.tar
  241.         A program to remove files by inode numbers.  This is one of many
  242.         solutions to the "how do I remove a file with an untypable name"
  243.         question.
  244.         Contributor: Dave Curry <davy@erg.sri.com>
  245. rmunrm.tar
  246.         A package which allows you to use "rm" as usual to delete files
  247.         but then allows you to change your mind and "unrm" a file.
  248.         Contributor: Dave Taylor <taylor@hpldat.uucp>
  249. sccs_b.tar
  250.         Shell scripts to interface with System V.3 SCCS.
  251.         Contributor: <bill@bts.uucp>
  252. scsntrfc.tar
  253.         Shell scripts to interface with SCCS.
  254.         Contributor: Larry McVoy <larry@geowhiz.uucp>
  255. sccs2rcs.tar
  256.         A program to convert SCCS files to RCS.
  257.         Contributor: Kenneth H. Cox <kenc@viewlogic.com>
  258. shape.tar
  259.         A collection of programs to support software configuration management
  260.         on UNIX systems.  Includes version control commands, and "shape", a
  261.         significantly enhanced Make-oid.
  262.         Contributor: Axel Mahler <axel@coma.uucp>
  263. shar.tar
  264.         A C program to generate "shar" files.  Sort of overkill, but what
  265.         the hell.
  266.         Contributor: Gary Perlman <perlman@wanginst.uucp>
  267. sharbsd4.tar
  268.         Another C program to generate "shar" files, but this one takes
  269.         care to make them the proper size for mailing, etc.
  270.         Contributor: Roger March <roger@mips.uucp>
  271. shrink.tar
  272.         Shrinks very long (Berkeley) file names into 14-character or less
  273.         file names for portability.
  274.         Contributor: Simon Brown <simon2@its63b.ed.ac.uk>
  275. slice.tar
  276.         A program to split files into several little files by pattern
  277.         matching or line numbers.
  278.         Contributor: Gary Puckering <garyp@cognos.uucp>
  279. snefru.tar
  280.         A one-way hash algorithm which given some input text comes up with
  281.         a single number such that no two texts will hash to the same number.
  282.         Contributor: Rich Salz <rsalz@bbn.com>
  283. spiff.tar
  284.         SPIFF, the program described at the Summer 1988 Usenix in San
  285.         Francisco.  Compares files like diff, but handles "minute"
  286.         differences like floating point numbers, white space, etc.
  287.         correctly.
  288.         Contributor: Daniel W. Nachbar <daniel@wind.bellcore.com>
  289. stat.c
  290.         A program to print out information about a file ala stat(2).
  291.         Contributor: Rich Kulawiec <rsk@j.cc.purdue.edu>
  292. statshel.tar
  293.         A program to print various characteristics of files in a variety
  294.         of formats.  Runs on BSD, AIX, HP/UX, SunOS, Ultrix.
  295.         Contributor: Diomidis Spinellis <dds@cc.ic.ac.uk>
  296. trimlog.tar
  297.         A program for trimming log files.  Allows trimming files by lines
  298.         or bytes, and also handles trimming binary files.
  299.         Contributor: Dave Curry <davy@erg.sri.com>
  300. unidiff.tar
  301.         A modified version of context diff which combines the old and new
  302.         hunks into one hunk.  Cuts the size of context diffs by usually
  303.         about 25%.  No information is lost in this process.  Includes
  304.         patches for GNU diff and patch, and a program that goes from
  305.         "normal" diffs to unidiffs and back.
  306.         Contributor: Wayne Davison <davison@dri.com>
  307. unshar.tar
  308.         A program to undo "shar" files.  There are security and speed reasons
  309.         for using this over the standard shell.
  310.         Contributor: Guido van Rossum <guido@mcvax.uucp>
  311. vf.tar
  312.         A version of VFILER for UNIX.  A screen-oriented tool for moving
  313.         files around, etc.
  314.         Contributor: Rick Conn <rconn@simtel20.army.mil>
  315. vtree.tar
  316. vms_unix.tar
  317.         Rename VMS filenames with version numbers, etc. to GNU EMACS style
  318.         filenames and backup files.
  319.         Contributor: Dan Jacobsen <jacobsen@eecs.uucp>
  320. xc.tar
  321.         A program which reads "special" lines from files and executes the
  322.         commands.  Lets you put compilation commands in C programs and
  323.         then compile them saying "xc file", etc.
  324.         Contributor: David MacKenzie <edf@rocky2.rockefeller.edu>
  325. xtail.tar
  326.         An enhanced version of "tail" which allows watching all files in a
  327.         directory, including new ones added while the program is running.
  328.         Version 2.
  329.         Contributor: Chip Rosenthal <chip@vector.dallas.tx.us.uucp>
  330. zap.tar
  331.         A binary file editor that runs under VMS, UNIX, and MS-DOS.  Mimics
  332.         SIPP from RT-11.
  333.         Contributor: Johan Vromans <jv@mh.uucp>
  334.