OSDN Git Service

Update translations: chroot, csplit, dd, du, pwd
[linuxjm/coreutils.git] / help2man.ja / stdbuf.x
1 '\" Copyright (C) 2009-2016 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 [名前]
7 .\"O stdbuf \-
8 .\"O Run COMMAND, with modified buffering operations for its standard streams.
9 stdbuf \- 標準入出力ストリームのバッファ動作を変更して、COMMAND を実行する
10 [説明]
11 .\" Add any additional description here
12 [例]
13 .B tail -f access.log | stdbuf -oL cut -d \(aq \(aq -f1 | uniq
14 .br
15 .\"O This will immedidately display unique entries from access.log
16 このコマンドでは access.log の一意なエントリがあると直ちに出力されます。
17 [バグ]
18 .\"O On GLIBC platforms, specifying a buffer size, i.e., using fully buffered mode
19 .\"O will result in undefined operation.
20 glibc 環境では、バッファサイズを指定した場合 (つまり、完全に
21 バッファリングを行うモードを使用した場合) の動作は未定義です。