whereis, xar, yank: move to common (#6552)

This commit is contained in:
marchersimon
2021-09-19 02:59:20 +02:00
committed by GitHub
parent 0e7393b78f
commit e94e6af882
9 changed files with 0 additions and 54 deletions

15
pages/common/xar.md Normal file
View 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}}`