💾 Archived View for freeshell.de › tldr › ar.gmi captured on 2024-02-05 at 10:16:33. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Create, modify, and extract from archives (`.a`, `.so`, `.o`).
ar -x {path/to/file.a}
ar -t {path/to/file.a}
ar -r {path/to/file.a} {path/to/file1.o} {path/to/file2.o}
ar -s {path/to/file.a}
ar -rs {path/to/file.a} {path/to/file1.o} {path/to/file2.o}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).