
xar
List of commands for xar:
-
xar:tldr:a7048 xar: Extract the contents of a given xar archive to the current directory.$ xar -xf ${archive-xar}try on your machineexplain this command
-
xar:tldr:dff00 xar: Create a xar archive of all files in a given directory.$ xar -cf ${archive-xar} ${path-to-directory}try on your machineexplain this command
-
xar:tldr:ff360 xar: List the contents of a given xar archive.$ xar -tf ${archive-xar}try on your machineexplain this command