From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 13:28:46 2003 Return-Path: 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 0D4ED16A4B3 for ; Fri, 10 Oct 2003 13:28:46 -0700 (PDT) Received: from beast.clarksys.com (sm02.cthought.com [64.81.233.33]) by mx1.FreeBSD.org (Postfix) with SMTP id 82F0843FB1 for ; Fri, 10 Oct 2003 13:28:45 -0700 (PDT) (envelope-from maxc@beast.clarksys.com) Received: (qmail 74212 invoked by uid 1000); 10 Oct 2003 20:27:55 -0000 Date: Fri, 10 Oct 2003 13:27:55 -0700 From: Max Clark To: freebsd-questions@freebsd.org Message-ID: <20031010202755.GA74202@beast.clarksys.com> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: Redirect to /dev/null X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2003 20:28:46 -0000 Hi all, What is the proper way to redirect output to /dev/null? I've been using the following in my crontab but output is still ending up in my mailbox. ... 2>&1 > /dev/null Thanks, Max -- Max Clark Max Clark