2025-03-14 21:59:59 -06:00
|
|
|
# xar
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Manage `.xar` archives.
|
2025-03-14 21:59:59 -06:00
|
|
|
> More information: <https://manned.org/xar>.
|
|
|
|
|
|
|
|
|
|
- Create a xar archive of all files in a given directory:
|
|
|
|
|
|
|
|
|
|
`xar -cf {{archive.xar}} {{path/to/directory}}`
|
|
|
|
|
|
|
|
|
|
- List the contents of a given xar archive:
|
|
|
|
|
|
|
|
|
|
`xar -tf {{archive.xar}}`
|
|
|
|
|
|
|
|
|
|
- Extract the contents of a given xar archive to the current directory:
|
|
|
|
|
|
|
|
|
|
`xar -xf {{archive.xar}}`
|