From owner-freebsd-questions@FreeBSD.ORG Sun May 28 12:46:23 2006 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 F016616AFE2 for ; Sun, 28 May 2006 12:46:23 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr6.webmaillogin.com [216.40.35.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D7343D46 for ; Sun, 28 May 2006 12:46:22 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO grant) by fr6.webmaillogin.com (CommuniGate Pro SMTP 5.0.9) with ESMTPA id 38553774 for freebsd-questions@freebsd.org; Sun, 28 May 2006 08:46:21 -0400 Message-ID: <00d601c68254$b814c330$6501a8c0@grant> From: "Grant Peel" To: Date: Sun, 28 May 2006 08:46:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Subject: 2>&1 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, 28 May 2006 12:46:28 -0000 Hi all, When using cron, I understand the >/dev/null thing OK, but what exactly does >2&1 do? Is it usefull anywhere else? Where might one find ducumentation on it? -Grant