$ echo asdb >&1 asdb $ echo asdb >&2 asdb $ echo asdb >&3 bash: 3: Bad file descriptor $ echo asdb 3>/dev/tty >&3 asdb $ echo asdb 3>test >&3 $ cat test asdb