Create xar.md
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
15f352df24
commit
e3079dba6c
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`
|
Reference in New Issue
Block a user