See following example:
$ echo ${.sh.version}
Version JMP 93u+ 2012-06-06
$ echo abc\ <== This is fine.
> def
abcdef
$ echo "abc\
> def" <== It still waits for input after pressing ENTER.
>
_______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
