There I said it !

  • SteveTech@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    5 hours 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.