From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2699>; Sun, 16 May 1993 03:12:28 -0400 To: rc Subject: Re: read In-reply-to: alan's message of Sun, 16 May 93 02:49:13 -0400. <9305160649.AA09549@oldp.astro.wisc.edu> Date: Sun, 16 May 1993 03:12:05 -0400 From: Chris Siebenmann Message-Id: <93May16.031228edt.2699@hawkwind.utcs.toronto.edu> You can't do a read that works unless you have a program that reads input without any buffering (note that anything using stdio doesn't qualify; stdio will happily suck in a buffer's worth when stdin isn't a terminal). If you assume line, you can do a clumsy read; $bgstatus makes it much cleaner (thank you, Byron!). - cks