>_ linuxcommand.dev
Startseite pax
Archiving

pax

Portable Archive Interchange for AIX.

Last updated: Report error
Syntax
$pax [OPTIONS] [PATTERN...]
Examples
Examples
$pax -w -f archive.pax .
Examples
$pax -r -f archive.pax
Examples
$pax -w -x ustar -f archive.tar .
Typical use cases
Create archive
pax -w -f archive.pax .
Extract archive
pax -r -f archive.pax
tar-compatible
pax -w -x ustar -f archive.tar .
Note AIX version of the POSIX pax archiving tool.
Export