From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost by hawkwind.utcs.toronto.edu with SMTP id <2706>; Tue, 15 Jun 1993 16:45:16 -0400 To: rc Subject: Why I want read to be a builtin: Date: Tue, 15 Jun 1993 16:45:08 -0400 From: Chris Siebenmann Message-Id: <93Jun15.164516edt.2706@hawkwind.utcs.toronto.edu> read.sh is a 'while read; do : ; done' loop; line.sh is a 'while line >/dev/null; do :; done' loop. : hawkwind.utcs ; wc -l foo; time ./read.sh