From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 05:31:33 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 3107216A41F for ; Sun, 13 Nov 2005 05:31:33 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2CFC43D45 for ; Sun, 13 Nov 2005 05:31:32 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.13.5/8.13.5) with ESMTP id jAD5VUoj002342 for ; Sat, 12 Nov 2005 21:31:30 -0800 (PST) (envelope-from admin2@enabled.com) From: "Noah" To: "freebsd-questions" Date: Sat, 12 Nov 2005 21:31:30 -0800 Message-Id: <20051113052919.M97310@enabled.com> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 67.164.14.6 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: 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:31:33 -0000 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? cheers, Noah