cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoDoes this exist anywhere outside of C++?lemmy.mlimagemessage-square58linkfedilinkarrow-up1167cross-posted to: [email protected]
arrow-up1167imageDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square58linkfedilinkcross-posted to: [email protected]
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up3·edit-23 months 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