@interdimensionalmeme@lemmy.ml to Linux@lemmy.ml • 4 months agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-square32fedilinkarrow-up182arrow-down112
arrow-up170arrow-down1message-squarezcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !@interdimensionalmeme@lemmy.ml to Linux@lemmy.ml • 4 months agomessage-square32fedilink
minus-squareelmichalinkfedilink25•4 months agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-square@interdimensionalmeme@lemmy.mlOPlinkfedilink12•4 months agoThanks, didn’t know that existed That’s basically everything I was looking for !
I agree. zgrep also works for uncompressed files, so we could use e.g.
zgrep ^
instead of zcat.Thanks, didn’t know that existed
That’s basically everything I was looking for !