On Sun, Oct 01, 2006 at 09:13:03AM -0400, J. Milgram wrote:
> 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?

echo Hello world >&2

Reply via email to