Redirect Errors to /dev/null
To redirect error messages to null, use the file marker "2".
E.g. ping this-does-not-exist.com 2> /dev/null
A good tutorial: http://www.linuxsa.org.au/tips/io-redirection.html
tags: error, stderr, stdout, stdin, standard, linux, unix, redirect, ether
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Redirect Errors to /dev/null