gnu-tar

GNU version of tar with extended features for file archiving

brewmacoslinux
Try with needOr install directly
Source

About

GNU version of the tar archiving utility

Commands

gtargtar-1.35

Examples

Create a gzip-compressed tar archive$ gtar -czf archive.tar.gz /path/to/directory
Extract a tar archive with verbose output$ gtar -xzvf archive.tar.gz
List contents of a tar archive$ gtar -tzf archive.tar.gz