folak@lemmy.world to Linux@lemmy.ml · edit-21 year agomodern unixgithub.comexternal-linkmessage-square55fedilinkarrow-up1322arrow-down110file-text
arrow-up1312arrow-down1external-linkmodern unixgithub.comfolak@lemmy.world to Linux@lemmy.ml · edit-21 year agomessage-square55fedilinkfile-text
minus-squarebundes_sheep@lemmy.onelinkfedilinkarrow-up11·1 year agoAre these built to handle pipes? If I bat a file and redirect it to a file, does it work as expected or does it add in the escape sequences for the colors, for example?
minus-squarePhi@feddit.delinkfedilinkarrow-up8·edit-21 year agobat foo | bar behaves like cat foo | bar same with > and such.
Are these built to handle pipes? If I bat a file and redirect it to a file, does it work as expected or does it add in the escape sequences for the colors, for example?
bat foo | bar
behaves likecat foo | bar
same with>
and such.