expect_unbuffer (1) Linux Manual Page
NAME unbuffer – unbuffer output SYNOPSIS unbuffer program [ args ] INTRODUCTION unbuffer disables the output buffering that occurs when program output is redirected from non-interactive programs. For example, suppose you are watching the output from a fifo by running it through od and then more. od -c /tmp/fifo | more You will not see…
