Mark Dominus on Nostr: nprofile1q…56m2n I think the list will be "programs that buffer: everything, ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqupkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xsv56m2n (nprofile…6m2n) I think the list will be "programs that buffer: everything, except: …" since as you observed it's the default. A version of `tail` that buffered would be a perverse joke.
In the blog article I mentioned a couple of programs that are buffered by default but have a command-line option to turn off buffering. For `mysql` it's `-n`; for `jq` it's `--unbuffered`, and for `python` it's `-u`.
In the blog article I mentioned a couple of programs that are buffered by default but have a command-line option to turn off buffering. For `mysql` it's `-n`; for `jq` it's `--unbuffered`, and for `python` it's `-u`.