mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
290 B
Markdown
16 lines
290 B
Markdown
![]() |
# xar
|
||
|
|
||
|
> Manage .xar archives.
|
||
|
|
||
|
- Create a xar archive of all files in {{directory}}:
|
||
|
|
||
|
`xar -cf sample.xar {{directory}}`
|
||
|
|
||
|
- List the contents of the xar archive sample.xar:
|
||
|
|
||
|
`xar -tf sample.xar`
|
||
|
|
||
|
- Extract the contents of sample.xar to the current working directory:
|
||
|
|
||
|
`xar -xf sample.xar`
|