There I said it !

  • @[email protected]
    link
    fedilink
    English
    8
    edit-2
    1 month ago

    It’s part of GNU Gzip, and zcat is basically just a shell script that runs exec gzip -cd "$@" meaning you can actually just do cat /usr/bin/zcat to get the source.