Happy to help. Gilboa On Mon, 2005-09-26 at 11:55 +0200, Zoltan Boszormenyi wrote: > Hi, > > Gilboa Davara írta: > > In order to read a file without opening a sub shell do: > > > > while read LINE; do > > > > echo $LINE > > blah blah > > > > done < file.txt > > > > Gilboa > > Thanks for all who answered, this is the solution that fits my taste. > > Best regards, > Zoltán Böszörményi