[go: up one dir, main page]

File: stdbuf.x

package info (click to toggle)
coreutils 8.5-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 45,268 kB
  • ctags: 12,020
  • sloc: ansic: 84,750; sh: 18,445; perl: 5,824; makefile: 1,685; yacc: 1,219; sed: 16
file content (16 lines) | stat: -rw-r--r-- 682 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
'\" Copyright (C) 2009-2010 Free Software Foundation, Inc.
'\"
'\" This is free software.  You may redistribute copies of it under the terms
'\" of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
'\" There is NO WARRANTY, to the extent permitted by law.
[NAME]
stdbuf \- Run COMMAND, with modified buffering operations for its standard streams.
[DESCRIPTION]
.\" Add any additional description here
[EXAMPLES]
.B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq
.br
This will immedidately display unique entries from access.log
[BUGS]
On GLIBC platforms, specifying a buffer size, i.e. using fully buffered mode
will result in undefined operation.