There I said it !
You must log in or register to comment.
Where is it? I can’t seen to find it https://github.com/zCat?tab=repositories
It’s part of GNU Gzip, and zcat is basically just a shell script that runs
exec gzip -cd "$@"meaning you can actually just docat /usr/bin/zcatto get the source.

