{ "name": "tar", "section": 1, "title": "tar", "synopsis": [ "tar [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of tar. Full behavior is defined in packages/bare-os-coreutils/src/tar.js. Extended attributes for unpacked files may be mirrored manually using sibling PATH.bare_xattr.json sidecars (see xattr(1)).", "options": [ { "flag": "-c, -x, -t", "meaning": "[Issue 7 tar] Create, extract, and list modes as implemented in src/tar.js (bounded archive subset)." }, { "flag": "-f", "meaning": "[Issue 7 tar] Archive file path operand." } ], "bareOsNotes": "Not full GNU tar; see src/tar.js for supported members and limits.", "keywords": [ "tar", "bare-os", "coreutils" ] }