Closed Epictek closed 7 years ago
Seems like a good change, but I'll just wanna check that it's around on my laptop. Ideally I think we'd break down any aliases, which iirc gunzip and zcat often are
Yeah the gzip/zcat man page is useful https://www.esrl.noaa.gov/gmd/dv/hats/cats/stations/qnxman/gzip.html
So then we could do gzip -cd
? :thinking_face:
That would work 👍
I had the same problem. By the moment I added some lines in https://github.com/hummingbird-me/hummingbird/wiki/Setting-up-a-development-environment#docker-recommended step 4 if someone have the same problem.
It's a nice iidea use gunzip -c as @Epictek says, but is sure that command is available in every unix systems?
Yeah I think gzip -cd
is a better option, because gzip has like zero chance of being gone. @Epictek wanna make that change to this PR?
Lovely, thanks!
More systems seem to have gunzip -c and it functions the same as zcat.
cc @hummingbird-me/owners