@interdimensionalmeme@lemmy.ml to Linux@lemmy.ml • 5 months agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-square32fedilinkarrow-up181arrow-down112file-text
arrow-up169arrow-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 • 5 months agomessage-square32fedilinkfile-text
minus-squareelmichalinkfedilink25•5 months agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-square@interdimensionalmeme@lemmy.mlOPlinkfedilink12•5 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 !