cm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agoDoes this exist anywhere outside of C++?lemmy.mlexternal-linkmessage-square51fedilinkarrow-up1166cross-posted to: programmerhumor@lemmy.ml
arrow-up1166external-linkDoes this exist anywhere outside of C++?lemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 12 days agomessage-square51fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarepelya@lemmy.worldlinkfedilinkarrow-up2·edit-211 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