Strange behaviour with output redirection

Pekka Niiranen pekka.niiranen@wlanmail.com
Fri May 6 11:55:00 GMT 2005


Hi there,

I am using the following convention to set variables in Bash:

awk -f /"SIMU_included/{print \$3}" subst$1 >${TMPDIR}/$$
[ -s ${TMPDIR}/$$ ] && < ${TMPDIR}/$$ read SIMU

For some reason parameter "SIMU" gets set randomly.
Could this be due W2K's buffering in creation of
temporary file ${TMPDIR}/$$? i.e read happens before file
is written on disk?

For some reason setting "ntsec" seems to help but this does not
explain the random success of file reading.

-pekka-


--
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