Salz, Rich wrote:
neither >/dev/null nor 2>&1 >file nor 2>&1 >/dev/null, let this line  
"disappear"

Redirections happen left-to-right.  So do this:
    >/dev/null 2>&1
left-to-right?  outer-to-inner, I understand;
Or the simpler
   2>/dev/nul
ok

Thanks,
Walter

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to