From owner-freebsd-questions@FreeBSD.ORG Mon Oct 12 07:53:13 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 69D461065693 for ; Mon, 12 Oct 2009 07:53:13 +0000 (UTC) (envelope-from nlandys@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 2465B8FC15 for ; Mon, 12 Oct 2009 07:53:13 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so380427qwd.7 for ; Mon, 12 Oct 2009 00:53:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=jzVVdERsZvWqhPDcSffSPwaFeo8crcj80tWOf9Klayo=; b=SEJyt6v1NAf+6qer2gB+GeH3+aiYbFbkFtsKhSO/b/M1x9akY83kK0nGFREub4VgTa vnVvIgCnaXYn9wxSOY65Zw76UnOMV3XIIy5GsIigmI/9ryLmz8isHf5yvFQbwNLXN8nK 36fD/7xvngYLVDQrPDL0vXrqNdvAinzmggcyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=x1Yc4fxiCcHPVDc1B6AUoMO8CWnys0D1T++2I66BOMZV4oVth4qfO799qTX1IX+Juo /hKxeheRn4ldmEsg2gQSEKhI5p8QWHwjZosr+6M9z1RXKfuYtA004tX4kD8UHzcu9n8e bDnyXxjjVi+pjGWMbhtn3xALZziQH9az0cgAI= MIME-Version: 1.0 Received: by 10.229.37.130 with SMTP id x2mr2298570qcd.15.1255333992434; Mon, 12 Oct 2009 00:53:12 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 Oct 2009 00:53:12 -0700 Message-ID: <560f92640910120053s1c9bb2fcj838d622627f164b3@mail.gmail.com> From: Nerius Landys To: Stefan Miklosovic Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: error output redirection 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: Mon, 12 Oct 2009 07:53:13 -0000 > if error output of some program appear on screen, > it is possible to print it also to some file simultaneously ? Since you said "simultaneously", it made me think of the command tee. man tee?