On Sat, Mar 5, 2022 at 2:56 AM Saint Michael <vene...@gmail.com> wrote: > > I have a case where I need the output to be written out to stdout as soon as > it's received, no ordering needed, just spit it out. > Is there an option to disable reordering or any manipulation of the output?
Look at --ungroup and --line-buffer. /Ole