interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 15 hours agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square15fedilinkarrow-up162arrow-down16file-text
arrow-up156arrow-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 · 15 hours agomessage-square15fedilinkfile-text
minus-squareelmicha@feddit.orglinkfedilinkarrow-up23·15 hours agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up11·14 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 !