Name
pax
Synopsis
pax [options
] [patterns
]
Portable Archive Exchange program. When
members of the POSIX 1003.2 working group could not standardize on
either tar
or cpio
, they
invented this program. (See also cpio
and
tar
.) Note that until native drivers for tape
drives exist for Mac OS X, pax
cannot write to
tape. Note also that pax
does not preserve
resource forks or HFS metadata when copying files that contain them.
pax
operates in four modes, depending on the
combinations of -r
and -w
:
- List mode
No
-r
and no-w
. List the contents of apax
archive. Optionally, restrict the output to filenames and/or directories that match a given pattern.- Extract mode
-r
only. Extract files from apax
archive. Intermediate directories are created as needed.- Archive mode
-w
only. Archive files to a new or existingpax
archive. The archive is written to standard output; it may be redirected to an appropriate tape device if needed for backups.- Pass-through mode
-r
and-w
. Copy a directory tree from one location to another, analogous tocpio
-
p
.
Options
Here are the options available in the four modes:
None: c d f n s v U G T-r:
c d f i k n o p s u v D Y Z E U G T-w:
a b d f i o s t u v x H L P X U G B T-rw:
d i k l n p s t u v D H L P X Y Z U G T
-
-a
Append files to the archive. This may not work on some tape devices.
-
-b
size
Use size as the blocksize, in bytes, of blocks to be written to the archive.
-
-c
Complement. Match all file or archive members that do not match the patterns.
-
-d
For files ...
Get Mac OS X in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.