[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] making fetchnews quiet




>
> Hmm... I had 2>&1 >/dev/null and that didn't work, I'll try with all file
> handles now....


What you meant was >/dev/null 2>&1. Order is important here.

Regards,
Ralf
--

Interesting.... but care to elaborate on this just for my curiosity sake? The way I was understanding it was:
2>&1 >/dev/null


meaning assign stderr to stdout and then move stdout to /dev/null

Now it's:
/dev/null 2>&1

which I take it to mean move stdout to /dev/null and stderr to stdout


Where am I getting it wrong?

Thanks and best regards.


-- _______________________________________________ leafnode-list mailing list leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx http://www.dt.e-technik.uni-dortmund.de/mailman/listinfo/leafnode-list http://leafnode.sourceforge.net/