From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 05:47:47 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C593616A41F for ; Sun, 13 Nov 2005 05:47:47 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from smtp3.adl2.internode.on.net (smtp3.adl2.internode.on.net [203.16.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305ED43D45 for ; Sun, 13 Nov 2005 05:47:46 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from alpha.home (ppp137-119.lns2.adl2.internode.on.net [59.167.137.119]) by smtp3.adl2.internode.on.net (8.12.9/8.12.6) with ESMTP id jAD5liib015637 for ; Sun, 13 Nov 2005 16:17:45 +1030 (CST) (envelope-from malcolm.kay@internode.on.net) From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org Date: Sun, 13 Nov 2005 16:17:43 +1030 User-Agent: KMail/1.8 References: <20051113052919.M97310@enabled.com> In-Reply-To: <20051113052919.M97310@enabled.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511131617.44062.malcolm.kay@internode.on.net> Subject: Re: copying standard input to standard output X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 05:47:47 -0000 On Sun, 13 Nov 2005 04:01 pm, Noah wrote: > Hi there, > > I am wanting to copy standard output to a file. > > I know that 'tee' will do this fine. > > blah | tee it > > but I am find that on some occasions processes will not output > when pipping to tee. > > other than screen what are some applications that could > capture standard output and dump to a file? > Could be that the output you're looking at is not stdout but stderr. If you using csh (or tcsh) shell then try: % blah |& tee it Malcolm > cheers, > > > Noah > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"