interdimensionalmeme to Linux · 10 hours agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square9fedilinkarrow-up152arrow-down15file-text
arrow-up147arrow-down1message-squarezcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !interdimensionalmeme to Linux · 10 hours agomessage-square9fedilinkfile-text
minus-squareelmicha@feddit.orglinkfedilinkarrow-up16·9 hours agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmemeOPlinkfedilinkarrow-up8·8 hours 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 !