💾 Archived View for freeshell.de › tldr › pax.gmi captured on 2024-02-05 at 11:46:04. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Archiving and copying utility.
pax -f {archive.tar}
pax -zf {archive.tar.gz}
pax -wf {target.tar} {path/to/file1} {path/to/file2} {path/to/file3}
pax -w {path/to/file1} {path/to/file2} {path/to/file3} > {target.tar}
pax -rf {source.tar}
pax -rw {path/to/file1} {path/to/directory1} {path/to/directory2} {target/}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).