xar: add page (#2834)
This commit is contained in:
16
pages/osx/xar.md
Normal file
16
pages/osx/xar.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xar
|
||||
|
||||
> Manage .xar archives.
|
||||
> Homepage: <https://linux.die.net/man/1/xar>.
|
||||
|
||||
- Create a xar archive of all files in a given directory:
|
||||
|
||||
`xar -cf {{archive.xar}} {{path/to/directory}}`
|
||||
|
||||
- Lis[t] 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}}`
|
Reference in New Issue
Block a user