xar: add tokens
Made the filename consistent with other pages.
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
e3079dba6c
commit
224d20d4ed
@@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
- Create a xar archive of all files in {{directory}}:
|
- 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:
|
- 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:
|
- Extract the contents of sample.xar to the current working directory:
|
||||||
|
|
||||||
`xar -xf sample.xar`
|
`xar -xf {{archive.xar}}`
|
||||||
|
Reference in New Issue
Block a user