@folak@lemmy.world to Linux@lemmy.ml • edit-22 years agomodern unixgithub.comexternal-linkmessage-square46fedilinkarrow-up1326arrow-down110
arrow-up1316arrow-down1external-linkmodern unixgithub.com@folak@lemmy.world to Linux@lemmy.ml • edit-22 years agomessage-square46fedilink
minus-square@bundes_sheep@lemmy.onelinkfedilink11•2 years 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-squarePhilinkfedilink8•edit-22 years 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.