coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

When was stdbuf introduced?


From: Peng Yu
Subject: When was stdbuf introduced?
Date: Thu, 25 Apr 2013 13:08:43 -0500

Hi,

I see stdbuf available in coreutils.

http://www.gnu.org/software/coreutils/manual/html_node/stdbuf-invocation.html

But I don't find it in my system. Was stdbuf just introduced recently?
Or there is something wrong with my installation?

~$ wc --version
wc (GNU coreutils) 8.21
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Paul Rubin and David MacKenzie.
~$ which stdbuf 2> /dev/null || echo $?
1
~$ uname -o
Darwin

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]