cm0002@lemmy.world to Programmer Humor@programming.dev · 10 days agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square59fedilinkarrow-up1166arrow-down123
arrow-up1143arrow-down1imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 10 days agomessage-square59fedilink
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up3·edit-29 days agoIt depends on whether you are printing to a terminal or to a file (and yes the terminal is also a file), and even then you can control the flushing behaviour using something like unbuffer
It depends on whether you are printing to a terminal or to a file (and yes the terminal is also a file), and even then you can control the flushing behaviour using something like
unbuffer