OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [example/] [unbuffer.man] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
.TH UNBUFFER 1 "1 June 1994"
2
.SH NAME
3
unbuffer \- unbuffer output
4
.SH SYNOPSIS
5
.B unbuffer
6
.I program
7
[
8
.I args
9
]
10
.SH INTRODUCTION
11
.B unbuffer
12
disables the output buffering that occurs when program output
13
is redirected.
14
For example, suppose you are watching the output from a fifo by running it
15
through od and then more.
16
.nf
17
 
18
        od -c /tmp/fifo | more
19
 
20
.fi
21
You will not see anything until a full page
22
of output has been produced.
23
 
24
You can disable this automatic buffering as follows:
25
 
26
.nf
27
 
28
        unbuffer od -c /tmp/fifo | more
29
 
30
.fi
31
.SH BUGS
32
 
33
The man page is longer than the program.
34
 
35
.SH SEE ALSO
36
.I
37
"Exploring Expect: A Tcl-Based Toolkit for Automating Interactive Programs"
38
\fRby Don Libes,
39
O'Reilly and Associates, January 1995.
40
.SH AUTHOR
41
Don Libes, National Institute of Standards and Technology

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.