I can override the extract phase and use a foreach block with something like this:
STEM=$(basename "${f}" .gz)
gzip -c "${f}” >${extract_dir}/"${STEM}”
Mark Brethen
[email protected]
> On Nov 30, 2018, at 8:13 AM, Mark Brethen <[email protected]> wrote:
>
> For *.gz files (no tar), what’s the proper way to extract them to
> extract_dir?
>
>
>
>
> Mark Brethen
> [email protected]
>
>
>
