interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 13 hours agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square10fedilinkarrow-up154arrow-down16file-text
arrow-up148arrow-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 · 13 hours agomessage-square10fedilinkfile-text
minus-squareelmichalinkfedilinkarrow-up21·13 hours agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up9·12 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 !