home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume4 / portar / README < prev    next >
Text File  |  1986-11-30  |  500b  |  14 lines

  1. These programs pack and unpack files in the portable archive format.
  2. This format is compatible with the ar command on 4BSD and System V
  3. release 2.  These programs are available for use by anyone without
  4. fee or license.
  5.  
  6. The par program packs into portable archive format.  The files to
  7. write are named on the command line, the resulting archive is
  8. written on stdout:
  9.     par file1 file2 ... filen > files.a
  10.  
  11. The unpar program unpacks from stdin and writes the named files
  12. out directly:
  13.     unpar < files.a
  14.