From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <00bb01c0f2d8$304f6060$6401a8c0@freeze2k> From: "Matt" To: <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Subject: [9fans] help, i'm in a wet paper bag and I can't get out Date: Tue, 12 Jun 2001 01:39:49 +0100 Topicbox-Message-UUID: b4e232dc-eac9-11e9-9e20-41e7f4b1d025 Well it's not going too well. I got this far but of course (I can say that now) the `{..} doesn't return until $netdir/data sends an eof and then prints each line ifs=' ' for (k in `{ cat $netdir/data }) { echo $k } so how do i read a line at a time before `{..} closes it's stdout? once I've cracked that it's just about finished M