just try >& /dev/null
they redirect all input (standard, error, user define) to dev-null

have fun

2007/1/1, Dave S <[EMAIL PROTECTED]>:

I know that

> /dev/null

redirects standard output , and that

2> /dev/null

redirects standard error

Is there an expression that redirects standard output and standard error -
at
present I am using the ungainly

> /dev/null 2> /dev/null


Dave

--
gentoo-user@gentoo.org mailing list


Reply via email to