home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / fnams.lha / fnams.man < prev   
Text File  |  1988-12-28  |  1KB  |  68 lines

  1.     NAME
  2.         FNAMS - a filter program for the ZOO archiver. Amiga
  3.         version.
  4.  
  5.     SYNOPSIS
  6.         FNAMS <directory>
  7.         FNAMS <unit>
  8.  
  9.     DESCRIPTION
  10.         FNAMS will produce a listing on stdout of all files under
  11.         the given directory/unit with their full pathnames. Thus
  12.         FNAMS is a complement to the ZOO archiver. The first
  13.         objective is to provide a easy way to archive entire
  14.         directory structures.
  15.  
  16.  
  17.         The intended use is as follows:
  18.  
  19.         First produce a listing of the desired directory using
  20.         FNAMS:
  21.  
  22.             FNAMS > <tempfile> <dirpath>
  23.  
  24.         Then use <tempfile> together with the ZOO option I:
  25.  
  26.             ZOO < <tempfile> aI <archivename>
  27.  
  28.  
  29.         ZOO will then put into <archivename> all files described in
  30.         <tempfile>.
  31.  
  32.         Please note that when producing a list of the files in a
  33.         subdirectory you have to append a '/' to the path like
  34.         this:
  35.  
  36.             unit:dir/subdir/
  37.                       -+- note this!
  38.  
  39.     FILES
  40.         <tempfile>
  41.  
  42.     SEE ALSO
  43.         ZOO documentation.
  44.  
  45.     BUGS
  46.         None known...
  47.  
  48.     DIAGNOSTICS
  49.         Since the program is intended as a filter it will not emit
  50.         any error messages. Erratic input will result in zero files
  51.         listed. This with one single execption, and that is when no
  52.         parameter is given, wich will produce the usual 'Usage:...'
  53.         message.
  54.  
  55.     THANKS TO
  56.         Lattice for including those hints on how to squeeze
  57.         filesize to a minimum.
  58.         Rahul Dhesi for writing ZOO in the first place.
  59.  
  60.     AUTHOR
  61.         Svante Gellerstam
  62.  
  63.         Please send hints, flames, bugs and/or suggestions to me
  64.         at:
  65.  
  66.                 USENET - d87sg@efd.lu.se
  67.  
  68.