From owner-freebsd-questions Mon Feb 23 19:21:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA24881 for freebsd-questions-outgoing; Mon, 23 Feb 1998 19:21:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mental ([207.113.85.148]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA24872 for ; Mon, 23 Feb 1998 19:20:53 -0800 (PST) (envelope-from spork@cncn.com) Received: from localhost (spork@localhost) by mental (8.8.7/8.8.7) with SMTP id WAA18940 for ; Mon, 23 Feb 1998 22:19:28 -0500 (EST) (envelope-from spork@cncn.com) X-Authentication-Warning: mental: spork owned process doing -bs Date: Mon, 23 Feb 1998 22:19:27 -0500 (EST) From: Spike Gronim X-Sender: spork@mental Reply-To: spork To: fbsdqs Subject: Cron script. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have a cron script which fetches my mail every few minutes. the cron job looks like: */5 * * * * /home/spork/bin/pop >> /dev/null I want it to go to /dev/null, not get mailed to me. I have tried using >, >&,>>&, and >> and none work. How do I do this? -Spike Gronim sporkl@dti.net "I gonna wave my freak flag high." --Jimi Hendrix To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message