From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp1.libero.it ([193.70.192.51]) by hawkwind.utcs.toronto.edu with SMTP id <26172>; Sun, 14 May 2000 01:34:23 -0400 Received: from LocalHost (151.15.149.196) by smtp1.libero.it; 12 May 2000 09:40:40 +0200 Received: from carlos by localhost with local (Exim 2.05 #1 (Debian)) id 12q9mB-0000Mh-00; Fri, 12 May 2000 09:22:23 +0200 Date: Fri, 12 May 2000 03:22:23 -0400 From: Carlo Strozzi To: rc@hawkwind.utcs.toronto.edu Subject: Re: builtins Message-ID: <20000512092223.A1008@tango.libero.it> Reply-To: carlos@texne.com Mail-Followup-To: rc@hawkwind.utcs.toronto.edu References: <20000510003709.7174.qmail@g.bio.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000510003709.7174.qmail@g.bio.cse.psu.edu>; from schwartz@bio.cse.psu.edu on Tue, May 09, 2000 at 08:37:09PM -0400 Organization: TeXne.COM On Tue, May 09, 2000 at 08:37:09PM -0400, Scott Schwartz wrote: | My $0.02: if you have echo as a builtin, read deserves the same. I definitely agree. This is the single most important point IMHO. The prolem isn't just reading one single line fron stdin, as many unix utilities would allow that easily, but rather to make possible a construct like: { while ( read a ) echo $a }