cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoDoes this exist anywhere outside of C++?imagemessage-square50linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imageDoes this exist anywhere outside of C++?cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square50linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up0·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