Date: Mon, 23 Feb 1998 22:19:27 -0500 (EST) From: Spike Gronim <spork@cncn.com> To: fbsdqs <freebsd-questions@FreeBSD.ORG> Subject: Cron script. Message-ID: <Pine.BSF.3.96.980223221746.18936A-100000@mental>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980223221746.18936A-100000>