On Thu, Oct 06, 2011 at 12:02:08PM -0300, Alain Mouette wrote: > This should work: > 2>&1 >/dev/null > > First you redirect error(2) do console(1)...
If you want to prevent output, it should be >/dev/null 2>&1 Rich _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
