https://github.com/fd/tar-utils
https://github.com/fd/tar-utils
tar tar-archive tools
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fd/tar-utils
- Owner: fd
- Created: 2016-05-13T05:56:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-18T14:31:29.000Z (about 6 years ago)
- Last Synced: 2025-02-02T07:19:24.137Z (over 1 year ago)
- Topics: tar, tar-archive, tools
- Language: Go
- Size: 92.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `tar-utils`
## Usage
```
usage: x-tar [] [ ...]
Tar utilities
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--version Show application version.
Commands:
help [...]
Show help.
build [] []
Make a new tar file
-t, --tarfile=FILE Tarfile location
-o, --output=FILE Path to output Tar archive
```
## Tarfile format
```
COPY
MKDIR
CHMOD [-R]
CHOWN [-R] ( | : | :)
```