Last updated: 23-Apr-92

PD6:<UNIX-C.DIR-MGMT>
   Programs to handle manipulating directories, modes of directories,
   listing directories, browsing directories, etc.  See also the
   directory PD6:<UNIX-C.FILE-MGMT>.

   ACCESS.TAR-Z
       A program which interprets file permissions.  It interprets them
       through the whole path and tells you in the end just exactly who
       can read, write, and execute the named file.  Described in Winter
       '85 USENIX Proceedings.
       Contributor: Dave Curry <[email protected]>
   CD-KORN.KSH
       Change-directory routines for the Korn shell to emulate the C-shell
       directory stack.
       Contributor: C. Bamford <[email protected]>
   CHD.TAR-Z
       A directory browser with EMACS-style file name completion.
       Contributor: Marc Majka <[email protected]>
   CLS.TAR-Z
       A "compressed ls" which prints long file names differently so that
       they don't alter the columnar format as they do with Berkeley "ls".
       Contributor: Jerry Peek <[email protected]>
   CRC-CHECK.TAR-Z
       Programs to checksum files for detecting data corruption, etc.
       Contributor: Jon Zeeff <[email protected]>
   DIR.TAR-Z
       A two-column directory listing program.  Runs under Berkeley UNIX
       and System V.
       Contributor: Ferd Brundick <[email protected]>
   DT.TAR-Z
       Another program to recursively descend a directory tree and display
       it graphically.
       Contributor: Michael A. Petonic <[email protected]>
   DTREE.TAR-Z
       A program to display directory hierarchy trees.
       Contributor: David J. MacKenzie <[email protected]>
   ILS.TAR-Z
       Interactive ls and browser.
       Contributor:  Jack Alexander <[email protected]>
   LC.TAR-Z
       A public-domain "ls"-type program.
       Contributor: Guy Middleton <[email protected]>
   LSARCHIVE.TAR-Z
       Produces a recursive listing of a directory tree, similar to
       "ls -lR" but with differences.  This one shows complete file name
       (full directory path), mode of file, number of links, and owner.
       The date is presented in the format yy/mm/dd hh:mm and is at the
       beginning of each line.  Extremely useful for archive (UUCP) sites.
       Needs ANSI compiler.
       Contributor:  Kent Landfield <[email protected]>
   LSDIR.TAR-Z
       List only the directories contained in the current directory.
       Contributor: unknown
   NMKDIR.C
       A program like "mkdir", except given the path "a/b/c", it will
       create any missing directories in the path.  A recursive mkdir
       in other words.
       Contributor: Robert Rother <[email protected]>
   SETD.TAR-Z
       Set directory and mark utilities.  Version 1.7.
       Contributor:  Sunil Savkar <[email protected]>
   SLS.TAR-Z
       Sls is a program designed to overcome the limitations of the
       standard UNIX ls(1) program, providing a more consistent
       interface to file inode information.  It is particularly
       designed for use by shell scripts to make obtaining
       information about files easier.  It uses printf(3)-style format
       strings to control the sorting and output of file information.
       Contributor: Rich Baughman <[email protected]>
   VDD.TAR-Z
       Yet another visual directory tree browser.  Version 1.0.
       Contributor: <[email protected]>
   VTREE.TAR-Z
       Another program to display a directory tree graphically.
       Contributor: Jonathan Bayer <[email protected]>