Why sh failed 'Process Substitution'?

Pan ruochen panruochen@gmail.com
Tue Jun 9 06:47:00 GMT 2009


Hi All,
Why sh failed to recognize Process Substitution, even if /bin/sh.exe
is a copy of /bin/bash.exe?
$cat test.sh
#!/bin/bash
A="A"
B="B"
diff <(echo $A) <(echo $B)
$sh test.sh
a.sh: line 4: syntax error near unexpected token `('
a.sh: line 4: `diff <(echo $A) <(echo $B)'

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list