@folak@lemmy.world to Linux@lemmy.ml • edit-21 year agomodern unixgithub.comexternal-linkmessage-square45fedilinkarrow-up1321arrow-down110file-text
arrow-up1311arrow-down1external-linkmodern unixgithub.com@folak@lemmy.world to Linux@lemmy.ml • edit-21 year agomessage-square45fedilinkfile-text
minus-square@bundes_sheep@lemmy.onelinkfedilink11•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-squarePhilinkfedilink8•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.