gunzipr

Recursively gunzip files in a directory

Usage no npm install needed!

<script type="module">
  import gunzipr from 'https://cdn.skypack.dev/gunzipr';
</script>

README

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
...