post-release administrivia
[coreutils.git] / man / stdbuf.x
blob1ef2d9e43acb8db75eb84c5d62b9d129036bf5ec
1 '\" Copyright (C) 2009-2010 Free Software Foundation, Inc.
2 '\"
3 '\" This is free software.  You may redistribute copies of it under the terms
4 '\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
5 '\" There is NO WARRANTY, to the extent permitted by law.
6 [NAME]
7 stdbuf \- Run COMMAND, with modified buffering operations for its standard streams.
8 [DESCRIPTION]
9 .\" Add any additional description here
10 [EXAMPLES]
11 .B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq
12 .br
13 This will immedidately display unique entries from access.log
14 [BUGS]
15 On GLIBC platforms, specifying a buffer size, i.e. using fully buffered mode
16 will result in undefined operation.