From owner-freebsd-questions@FreeBSD.ORG Sun Oct 11 21:36:53 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 99AA5106566B for ; Sun, 11 Oct 2009 21:36:53 +0000 (UTC) (envelope-from miklosovic.freebsd@gmail.com) Received: from mail-bw0-f223.google.com (mail-bw0-f223.google.com [209.85.218.223]) by mx1.freebsd.org (Postfix) with ESMTP id 291848FC1E for ; Sun, 11 Oct 2009 21:36:52 +0000 (UTC) Received: by bwz23 with SMTP id 23so1610814bwz.43 for ; Sun, 11 Oct 2009 14:36:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/bPvlYt/uaavKD0nXWWP0Z/L/3egWxrEdBZdtRqiN54=; b=Day1y2oGoNx2TjstbrGZK8gTPHjLCGiq7kQw3raNp5zj4ChtZd7FbwBQQYwQFBLjGT WJhtj3N+MxVQqi68CfoYipnmBE+tpRaVsE8WMx9LBL+zFMMa90mAXs6v+v0k8W8POAKi im02QJ9r3ZjBGqFag/1HMJu5Vd35J8RIdg+ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vMKtnPw0KEGK7QYnbCRoY5kBb3noNNvsx2uSF+6oKvbjgqColQtlH3Y0I7pHYelW/+ f44zZQVZu+tyCAh79z5WgBbZBFKQRHODPeXXJvBv4yz3vQU8+EybGY94m7x9dK2YIPqF 5/LImN7Z99YhQS2hhXmUidg6vd3bdIAC+I5ic= MIME-Version: 1.0 Received: by 10.102.12.1 with SMTP id 1mr2140975mul.63.1255297012065; Sun, 11 Oct 2009 14:36:52 -0700 (PDT) Date: Sun, 11 Oct 2009 23:36:52 +0200 Message-ID: From: Stefan Miklosovic To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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: Sun, 11 Oct 2009 21:36:53 -0000 hi list, if error output of some program appear on screen, it is possible to print it also to some file simultaneously ? e.g if I "cat" file which do not exist, error is on screen, I want to add that error to some file (errors.txt) thank you