interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 10 hours agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square8fedilinkarrow-up146arrow-down15file-text
arrow-up141arrow-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 · 10 hours agomessage-square8fedilinkfile-text
minus-squareelmichalinkfedilinkarrow-up16·10 hours agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up8·9 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 !