unbuffer sed

2017-01-11 Thread Afanasiy Fet
how to sed output from pipe without buffering

Re: unbuffer sed

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