zcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !
zcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !
There I said it !
zcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !
There I said it !
You're viewing a single thread.
Well, the source code is available. Fix it if you need it that bad.
Man, I have a minor inconvenience.
installs Gentoo
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 do cat /usr/bin/zcat
to get the source.
Or even zcat -f /usr/bin/zcat