home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / archivers / aucode.lha / AuDecode.DOC < prev    next >
Encoding:
Text File  |  1994-02-16  |  3.3 KB  |  85 lines

  1. NAME
  2.         AuDecode -  decode uuencoded files.
  3.  
  4. SYNOPSIS
  5.  
  6.         AuDecode [options] [infile]
  7.  
  8. DESCRIPTION
  9.  
  10.         The Amiga-Usenet Decode program will scan an input file for
  11.         embedded uuencoded files.  The files are optionally extracted and
  12.         decoded, depending upon the command line options that are selected
  13.         or omitted.
  14.  
  15.         Usage: AuDecode [options] [infile]
  16.  
  17.             where  [infile]  = an input file.  This is the source files
  18.                    that contains the uuencoded files to be decoded.  If no
  19.                    file is specified, then standard input will be read.
  20.  
  21.                    [options] = command line switches, listed below.
  22.  
  23. OPTIONS
  24.  
  25.       -? or -h     = display a help message to stdout.
  26.  
  27.       -a           = if the output file already exists, open it in
  28.                      append mode.  The default is to overwrite it.
  29.  
  30.       -d<n>        = decode specific occurance.  If the input stream
  31.                      contains several encoded files, this switch will
  32.                      allow you to select a single encoded file to
  33.                      decode.  The default is to decode all files.
  34.  
  35.       -i           = display index only.  This switch causes AuDecode
  36.                      to scan the input for encoded files.  The files
  37.                      *will not be decoded*, but a sequentially numbered
  38.                      list of names will be written to standard output.
  39.  
  40.       -m<mode>     = output file mode (Unix protection scheme).  (This is
  41.                      not fully implemented yet.  This version of AuDecode
  42.                      has been tested on Amiga systems only.  If there is a
  43.                      standard for converting Unix protection modes to Amiga
  44.                      protection modes, I am not aware of it.)
  45.  
  46.       -n<filename> = specify the output filename.  Uuencoded files contain
  47.                      a default target filename, which is generally the same
  48.                      as the input file name received by the encoder.  The
  49.                      decoding program will use this name as the default
  50.                      output filename.  The -n option allows you to override
  51.                      the default target filename.
  52.  
  53.                Note: If the -d option is not specified, -n assumes -d1.
  54.  
  55.       -o           = send output to the standard output stream (stdout).
  56.                      This option is similar to -n, except that it
  57.                      instructs AuDecode to redirect output to standard
  58.                      output, rather than to a file.  This is useful if
  59.                      you wish to use command line redirection.  This
  60.                      option will override -n.
  61.  
  62.                Note: Unlike -n, -o does not assume -d1.  If you do not
  63.                      specify an occurance, all encoded files will be
  64.                      decoded to stdout.  (This may change in future
  65.                      revisions.)
  66.  
  67.       -s           = status display.  The encoder will display the
  68.                      converted byte count (via standard error) as
  69.                      decoding progresses.
  70.  
  71. REFERENCES
  72.  
  73.     AuEncode
  74.     uuencode
  75.     uudecode
  76.  
  77. ----------------------------------------------------------------------------
  78.  
  79. $Log:    AuDecode.DOC,v $
  80. Revision 1.1  94/02/15  21:46:41  CRH
  81. Initial revision
  82.  
  83.  
  84. ----------------------------------------------------------------------------
  85.