Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howto:pax [2015/08/09 04:49] bill_thomson |
howto:pax [2015/08/09 04:55] bill_thomson |
||
---|---|---|---|
Line 3: | Line 3: | ||
{{keywords>bash shell scripting POSIX archive tar packing zip}} | {{keywords>bash shell scripting POSIX archive tar packing zip}} | ||
- | pax can do a lot of fancy stuff, feel free to contribute and more awesome pax tricks! | + | pax can do a lot of fancy stuff, feel free to contribute more awesome pax tricks! |
===== Introduction ===== | ===== Introduction ===== | ||
Line 29: | Line 29: | ||
| Write | ''-w'' | | | Write | ''-w'' | | ||
| Copy | ''-r -w'' | | | Copy | ''-r -w'' | | ||
+ | |||
=== List === | === List === | ||
Line 86: | Line 87: | ||
|sv4crc |SVR4 CPIO format with CRC | | |sv4crc |SVR4 CPIO format with CRC | | ||
- | Additionally, the Berkeley ''pax'' supports the options ''-z'' and ''-j'', similar to GNU ''tar'', to filter archive files through GZIP/BZIP2. | + | Berkeley ''pax'' supports options ''-z'' and ''-j'', similar to GNU ''tar'', to filter archive files through GZIP/BZIP2. |
==== Matching archive members ==== | ==== Matching archive members ==== |