interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 6 days agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square30fedilinkarrow-up180arrow-down111file-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 · 6 days agomessage-square30fedilinkfile-text
minus-squareelmicha@feddit.orglinkfedilinkarrow-up25·5 days agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up11·5 days 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 !