interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 1 day agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square19fedilinkarrow-up168arrow-down18file-text
arrow-up160arrow-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 · 1 day agomessage-square19fedilinkfile-text
minus-squareelmicha@feddit.orglinkfedilinkarrow-up24·1 day agoI agree. zgrep also works for uncompressed files, so we could use e.g. zgrep ^ instead of zcat.
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up11·1 day 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 !