From a06ac93dcf311dac3943cb5d96ad47625d413c2d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 20:46:38 +0200 Subject: Adding upstream version 8.30. Signed-off-by: Daniel Baumann --- man/stdbuf.x | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 man/stdbuf.x (limited to 'man/stdbuf.x') diff --git a/man/stdbuf.x b/man/stdbuf.x new file mode 100644 index 0000000..e851a2f --- /dev/null +++ b/man/stdbuf.x @@ -0,0 +1,17 @@ +'\" Copyright (C) 2009-2018 Free Software Foundation, Inc. +'\" +'\" This is free software. You may redistribute copies of it under the terms +'\" of the GNU General Public License . +'\" 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 immediately 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. -- cgit v1.2.3