diff --git a/pages/linux/xar.md b/pages/linux/xar.md index c904ad6510..9f9eb37acd 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}}`