
pax
List of commands for pax:
-
pax:tldr:48ce3 pax: List the contents of a gzipped archive.$ pax -zf ${archive-tar-gz}try on your machineexplain this command
-
pax:tldr:89549 pax: List the contents of an archive.$ pax -f ${archive-tar}try on your machineexplain this command
-
pax:tldr:98d3e pax: Create an archive from files.$ pax -wf ${target-tar} ${filename1} ${filename2} ${filename3}try on your machineexplain this command
-
pax:tldr:b2546 pax: Extract an archive into the current directory.$ pax -rf ${source-tar}try on your machineexplain this command
-
pax:tldr:da972 pax: Copy to a directory, while keeping the original metadata; `target/` must exist.$ pax -rw ${filename1} ${path-to-directory1} ${path-to-directory2} ${target-}try on your machineexplain this command
-
pax:tldr:f3cda pax: Create an archive from files, using output redirection.$ pax -w ${filename1} ${filename2} ${filename3} > ${target-tar}try on your machineexplain this command