On May 27, 2025 9:12:47 AM PDT, Ramiro Polla <ramiro.polla at gmail.com> wrote: > Hi Jacob, > > Thanks. I hadn't thought about gzip implementations that don't support -V. > > What about the following? > echo | gzip -c > /dev/null 2>&1 && enable gzip That should also work afaik. busybox does support -c. Jacob