xar: add tokens

Made the filename consistent with other pages.
This commit is contained in:
Agniva De Sarker 2018-07-24 10:41:25 +05:30 committed by Starbeamrainbowlabs
parent e3079dba6c
commit 224d20d4ed

View File

@ -4,12 +4,12 @@
- Create a xar archive of all files in {{directory}}:
`xar -cf sample.xar {{directory}}`
`xar -cf {{archive.xar}} {{path/to/directory}}`
- List the contents of the xar archive sample.xar:
`xar -tf sample.xar`
`xar -tf {{archive.xar}}`
- Extract the contents of sample.xar to the current working directory:
`xar -xf sample.xar`
`xar -xf {{archive.xar}}`