I am losing my marbles and can't remember/figure out how to send
something to stderr in a bash script. I thought something like

echo foo 1>&2

would do it but apparently not:

echo foo 1>&2 > /dev/null

sends nothing to the terminal.

Have tried some variations on this ... can someone remind me?

thanks
Judah

Reply via email to