cm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square49linkfedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1external-linkDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square49linkfedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up0·edit-24 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