From 67faba5fb3b3ed70b1e8c23ccaf7a55e50b1e092 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 24 Jul 2018 10:42:19 +0530 Subject: [PATCH] xar: simplify descriptions --- 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 c904ad651..9f9eb37ac 100644 --- a/pages/linux/xar.md +++ b/pages/linux/xar.md @@ -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}}`