
aaf -- Unpack Apple Archive Format (1.0) : External Command / by Jeff Hansen

syntax:   aaf <wild_pathname> [target_directory] [-e y/n]

ex:       aaf archive.aaf /hard/source -en
          aaf file.aaf lang/pascal/files
          aaf =.aaf -ey

Extracts files from an Apple Archive Format file.  Wildcards are allowed.
The archive file can be a TXT or SRC file.  Extracted files are saved to the
current prefix if a target directory is not specified.  If an file from the
archive already exists, you are asked if you wish to overwrite it.  If not,
the file is skipped.

options:

     -e   <y/n>  Echo comments to the screen.  By default, all lines of a
          file not part of the archive are nomally echoed to the display.
