Query: unbuffer
OS: redhat
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNBUFFER(1) General Commands Manual UNBUFFER(1)NAMEunbuffer - unbuffer outputSYNOPSISunbuffer program [ args ]INTRODUCTIONunbuffer disables the output buffering that occurs when program output is redirected. 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 anything until a full page of output has been produced. You can disable this automatic buffering as follows: unbuffer od -c /tmp/fifo | more When you have a pipeline, unbuffer must be applied to each element except the last (since that doesn't have its output redirected). Exam- ple: unbuffer p1 | unbuffer p2 | unbuffer p3 | p4BUGSThe man page is longer than the program.SEE ALSO"Exploring Expect: A Tcl-Based Toolkit for Automating Interactive Programs" by Don Libes, O'Reilly and Associates, January 1995.AUTHORDon Libes, National Institute of Standards and Technology 1 June 1994 UNBUFFER(1)
Related Man Pages |
---|
xkibitz(1) - redhat |
expect_unbuffer(1) - debian |
mkpasswd(1) - centos |
dislocate(1) - centos |
unbuffer(1) - debian |
Similar Topics in the Unix Linux Community |
---|
unbuffered streams. |
Help capturing and reformatting buffered and unbuffered output |
rsync: writefd_unbuffered failed |
grep Simulation Using Only Unbuffered I/O - C |