Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 1998 07:14:57 -0800 (PST)
From:      Brian Beattie <Brian_Beattie@Atlas.com>
To:        Spike Gronim <spork@cncn.com>
Cc:        fbsdqs <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Cron script. 
Message-ID:  <Pine.BSF.3.96.980224071331.1403J-100000@coyote.prepaid.atlas.com>
In-Reply-To: <Pine.BSF.3.96.980223221746.18936A-100000@mental>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 Feb 1998, Spike Gronim wrote:

> 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

*/5	*	*	*	* /home/spork/bin/pop > /dev/null 2>&1

This should I believe do what you want.

> 
> 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
> 

Brian Beattie
Atlas PrePaid Services
Brian_Beattie@atlas.com
503.228.1400x4355


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.980224071331.1403J-100000>