bug-bash
[Top][All Lists]
Advanced

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

Re: bug?


From: Chet Ramey
Subject: Re: bug?
Date: Mon, 24 Jun 2002 14:59:24 -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.

Read the Bash FAQ, question F5.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

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