Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 ggr 10/28/83; site pyuxnn.UUCP Path: utzoo!linus!security!genrad!mit-eddie!mit-vax!eagle!allegra!alice!rabbit!pyuxnn!jjb From: jjb@pyuxnn.UUCP Newsgroups: net.unix Subject: Re: 'c' shell scripts Message-ID: <191@pyuxnn.UUCP> Date: Tue, 20-Dec-83 13:48:59 EST Article-I.D.: pyuxnn.191 Posted: Tue Dec 20 13:48:59 1983 Date-Received: Thu, 22-Dec-83 00:25:28 EST References: <14504@sri-arpa.UUCP> <225@teltone.UUCP> Organization: AT&T Bell Laboratories, Piscataway Lines: 20 When I first saw this question, the way in which I would do it seemed obvious but it was interesting to note that none of the posted solutions were what I would have done. With that in mind, I felt I had to get my two cents worth in: while read line do . . process the line here . . done