Browse Source

xar: add tokens

Made the filename consistent with other pages.
Agniva De Sarker 6 years ago
parent
commit
224d20d4ed
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/linux/xar.md

+ 3 - 3
pages/linux/xar.md

@@ -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}}`