folak@lemmy.world to Linux@lemmy.ml · edit-21 year agomodern unixgithub.comexternal-linkmessage-square29fedilinkarrow-up1299file-textcross-posted to: [email protected]
arrow-up1289external-linkmodern unixgithub.comfolak@lemmy.world to Linux@lemmy.ml · edit-21 year agomessage-square29fedilinkfile-textcross-posted to: [email protected]
minus-squarebundes_sheep@lemmy.onelinkfedilinkarrow-up9·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-up7·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.