@folak@lemmy.world to Linux@lemmy.ml • edit-22 years agomodern unixgithub.comexternal-linkmessage-square54fedilinkarrow-up1327arrow-down110file-text
arrow-up1317arrow-down1external-linkmodern unixgithub.com@folak@lemmy.world to Linux@lemmy.ml • edit-22 years agomessage-square54fedilinkfile-text
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.