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


Reply via email to