But for the sake actually answering the question, from the man page.
The shell cannot presently redirect diagnostic output
without also redirecting standard output, but `(command >
output-file) >& error-file' is often an acceptable
workaround. Either output-file or error-file may be
`/dev/tty' to send output to the terminal.
|