An open API service indexing awesome lists of open source software.

https://github.com/fd/tar-utils


https://github.com/fd/tar-utils

tar tar-archive tools

Last synced: about 1 year ago
JSON representation

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] ( | : | :)
```