mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 01:35:42 +02:00
Create xar.md
This commit is contained in:
parent
15f352df24
commit
e3079dba6c
1 changed files with 15 additions and 0 deletions
15
pages/linux/xar.md
Normal file
15
pages/linux/xar.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue