1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

xar: simplify descriptions

This commit is contained in:
Agniva De Sarker 2018-07-24 10:42:19 +05:30 committed by Starbeamrainbowlabs
parent 224d20d4ed
commit 67faba5fb3

View file

@ -2,14 +2,14 @@
> Manage .xar archives.
- Create a xar archive of all files in {{directory}}:
- Create a xar archive of all files in a given directory:
`xar -cf {{archive.xar}} {{path/to/directory}}`
- List the contents of the xar archive sample.xar:
- List the contents of a given xar archive:
`xar -tf {{archive.xar}}`
- Extract the contents of sample.xar to the current working directory:
- Extract the contents of a given xar archive to the current directory:
`xar -xf {{archive.xar}}`