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