Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 18:11:43 -0400
From:      Alexander Kabaev <ak03@gte.com>
To:        current@FreeBSD.ORG
Subject:   Weird pipe behavior
Message-ID:  <20020708181143.2db1da3e.ak03@gte.com>

next in thread | raw e-mail | index | archive | help
While running the piped command below on a recent pre-KSE/MIII -CURRENT,
I noticed that the pipe output is not getting buffered anymore, i.e
command displays the name of each package immediately after it is
processed. Both stable and earlier versions of -CURRENT used to buffer
the pkg_version output, so that majority of output was displayed upon
pkg_version exit. 

pkg_version 2>&1 | tee pkg_version.log 

-- 
Alexander Kabaev

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020708181143.2db1da3e.ak03>