# To redirect stderr to stdout:
some-command 2>&1

# To redirect stderr to <file>:
some-command 2> <file>
