[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] cron mail, how to STOP it.
2>&1 will redirect STDERR to STDOUT >/dev/null will redirect STDOUT
to /dev/null
On Thu, 2005-10-20 at 14:52 -0400, Paul Cartwright wrote:
> On Thu October 20 2005 11:04 am, Cliff Free wrote:
> > What about doing " blahblah > /dev/null 2>&1" ?
>
> THAT is the line I remember, but I just can't remember what it DOES...
> refresh my memory, ">/dev/nulll" does redirect standard output?
> or is that 2>&1..
>
>