This is the mail archive of the cygwin-talk mailing list for the cygwin project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
At this point, your best bet is to use something that presents d2u with a pty as stdout (thus output would be line-buffered), rather than a pipe, then consumes the pty output and throws it over the wall to the original pipe to sed with flushing. Have you tried expect - according to the link above, expect provides a script unbuffer that does just what I described?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |