bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug?


From: Tom Zimniewicz
Subject: bug?
Date: Mon, 24 Jun 2002 14:09:22 -0400

the following does not work with the latest release of BASH from cygwin
 
<file while read arg; do
    something ...
done
 
it does work if i fix it as follows:
 
while read arg; do
    something ...
done <file
 
i am porting a bunch of stuff from MKS toolkit (too expensive now) to cygwin.
thanks
Z
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]