From 224d20d4ede34ef37052702fb88b0d90190047a6 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 24 Jul 2018 10:41:25 +0530 Subject: [PATCH] xar: add tokens Made the filename consistent with other pages. --- pages/linux/xar.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/linux/xar.md b/pages/linux/xar.md index 856aec29a..c904ad651 100644 --- a/pages/linux/xar.md +++ b/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}}`