Bash: ambiguous redirect

Posted by Werner on Stack Overflow See other posts from Stack Overflow or by Werner
Published on 2010-03-17T13:08:32Z Indexed on 2010/03/17 13:11 UTC
Read the original article Hit count: 299

Filed under:

Hi,

I get in a bash script, in the follwoing line

 echo $AAAA"     "$DDDD"         "$MOL_TAG  >>  ${OUPUT_RESULTS}

the error:

 line 46: ${OUPUT_RESULTS}: ambiguous redirect

Why?

Thanks

© Stack Overflow or respective owner

Related posts about bash