kubo / snzip

Snzip, a compression/decompression tool based on snappy
Other
216 stars 30 forks source link

tar usage #7

Closed szepeviktor closed 10 years ago

szepeviktor commented 10 years ago

Could you add

tar -I snzip -cf archive.tar.sz files-to-be-archived
kubo commented 10 years ago

Thank you!.

I added tar usage as you requested but the sample is a bit different. That's because -I is a GNU tar extension. Your sample works only on Linux and cygwin. In addition the option is used for other purpose on FreeBSD and Solaris.