arx(1)


NAME
     arx - 'ar xv' for a V7 archive.

SYNOPSIS
     arx [file ...]

DESCRIPTION
     Arx works just like

          ar xv archive [file ...]

     except that the archive is read from standard input.  The archive must be
     an  old  V7  format  archive  as  found  on the PC-Minix 1.5 distribution
     floppies.  Arx may be used at the end of a pipeline, like this:

          zcat libsrc.a.Z | arx    # De-archive library sources

SEE ALSO
     ar(1), tar(1).

AUTHOR
     Kees J. Bot, (kjb@cs.vu.nl)