| Main index | Section 1 | Options |
The options are as follows:
| | |
| Set initial buffering of the standard error stream for command as defined by bufdef (see Sx BUFFER DEFINITION). | |
| | |
| Set initial buffering of the standard input stream for command as defined by bufdef (see Sx BUFFER DEFINITION). | |
| | |
| Set initial buffering of the standard output stream for command as defined by bufdef (see Sx BUFFER DEFINITION). | |
| "0" | unbuffered |
| "L" | line buffered |
| "B" | fully buffered with the default buffer size |
| size | fully buffered with a buffer of size bytes (suffixes 'k', 'M' and 'G' are accepted) |
# vmstat 1 | stdbuf -o L awk '$2 > 1 || $3 > 1' | cat -n
| STDBUF (1) | April 28, 2012 |
| Main index | Section 1 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
