Bruno Haible Wed, 15 Nov 2006 05:50:07 -0800
Ralf Wildenhues wrote: > I did that, but IMHO it's a bit inconsistent: > $ echo 2> &1 > | bash: syntax error near unexpected token `&'
'>&' is an operator on its own, and '2>&1' is an idiom that doesn't require spaces to be understandable. Bruno