test: expose recent gnulib canonicalize bug
[coreutils/ericb.git] / man / stdbuf.x
blobd61c471ddbb2e0d186d8f6f1d9994cc2d0c12908
1 '\" Copyright (C) 2009-2012 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 \-
8 Run COMMAND, with modified buffering operations for its standard streams.
9 [DESCRIPTION]
10 .\" Add any additional description here
11 [EXAMPLES]
12 .B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq
13 .br
14 This will immedidately display unique entries from access.log
15 [BUGS]
16 On GLIBC platforms, specifying a buffer size, i.e. using fully buffered mode
17 will result in undefined operation.