1.1.0 • Published 3 years ago

gunzipr v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

gunzipr

Gunzip all files in a path, leaving the directory structure in place. This provides a quick way of un-gzipping multiple *.gz files in a directory, recursively.

oclif Version Downloads/week License

Usage

$ npm install -g gunzipr
$ gunzipr .
4 .gz file(s) found
3 .gz file(s) gunzipped
1 .gz file(s) failed
$ gunzipr --help
Gunzip all files in <path> recursively, leaving the directory structure in place.

USAGE
  $ gunzipr PATH
...