interdimensionalmeme@lemmy.ml to Linux@lemmy.ml · 9 months agozcat shouldn't error out if you try to zcat an uncompressed file, it should just output the damned file !message-squaremessage-square28linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-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 · 9 months agomessage-square28linkfedilinkfile-text
minus-squareinterdimensionalmeme@lemmy.mlOPlinkfedilinkarrow-up0·8 months agoWell in this particular case, zcat failing with error on uncompressed text isn’t a behaviour worth preserving. It should do the expected zcat behaviour, which is just print the text. I have a hard time imagining a scenario where you call zcat and would prefer an error rather than a useable output
Well in this particular case, zcat failing with error on uncompressed text isn’t a behaviour worth preserving.
It should do the expected zcat behaviour, which is just print the text.
I have a hard time imagining a scenario where you call zcat and would prefer an error rather than a useable output