whereis, xar, yank: move to common (#6552)
This commit is contained in:
15
pages/common/xar.md
Normal file
15
pages/common/xar.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# xar
|
||||
|
||||
> Manage .xar archives.
|
||||
|
||||
- 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}}`
|
Reference in New Issue
Block a user