minus-squareelmicha@feddit.orgtoLinux@lemmy.ml•zcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !linkfedilinkarrow-up23·16 hours agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat. linkfedilink
I agree. zgrep also works for uncompressed files, so we could use e.g.
zgrep ^
instead of zcat.