2008/8/11 Francis Moreau [off-list ref]:
On Mon, Aug 11, 2008 at 5:59 PM, Reece Dunn [off-list ref] wrote:
quoted
$ $(read yesno) && echo yes || echo no
n
yes
$ $(read yesno) && echo yes || echo no
y
yes
funny, seeing these 2 cases I'm wondering why Bash is not complaining...
I don't know; it could be an issue with cygwin.
I'll try it on a Linux box later and post the results then for comparison.
- Reece