2017-01-11 15:10 GMT+01:00 Afanasiy Fet <[email protected]>: > how to sed output from pipe without buffering > > I think you want to use `stdbuf`, something like:
stdbuf -oL -eL foo_program | sed .... ./hans
2017-01-11 15:10 GMT+01:00 Afanasiy Fet <[email protected]>: > how to sed output from pipe without buffering > > I think you want to use `stdbuf`, something like:
stdbuf -oL -eL foo_program | sed .... ./hans