From 8f7020729e6238f1f9358184d66e3dc0f0ee225e Mon Sep 17 00:00:00 2001 From: johan456789 <14802181+johan456789@users.noreply.github.com> Date: Mon, 18 Mar 2019 23:07:56 +0800 Subject: [PATCH] xar: add page (#2834) --- pages/osx/xar.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/osx/xar.md diff --git a/pages/osx/xar.md b/pages/osx/xar.md new file mode 100644 index 0000000000..cfebdd52f8 --- /dev/null +++ b/pages/osx/xar.md @@ -0,0 +1,16 @@ +# xar + +> Manage .xar archives. +> Homepage: . + +- Create a xar archive of all files in a given directory: + +`xar -cf {{archive.xar}} {{path/to/directory}}` + +- Lis[t] the contents of a given xar archive: + +`xar -tf {{archive.xar}}` + +- Extract the contents of a given xar archive to the current directory: + +`xar -xf {{archive.xar}}`