Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!grkermit!masscomp!clyde!floyd!harpo!seismo!hao!hplabs!sri-unix!bob@ucla-locus From: bob%ucla-locus@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: AWK brain damage Message-ID: <14540@sri-arpa.UUCP> Date: Mon, 12-Dec-83 14:56:43 EST Article-I.D.: sri-arpa.14540 Posted: Mon Dec 12 14:56:43 1983 Date-Received: Thu, 15-Dec-83 01:54:19 EST Lines: 9 From: Bob English I'm not sure that this is all "totally bogus". If awk recreated a file or re-invoked a pipe every time it executed a line, chances are you would only get output from the last line of your file. That's not a very useful feature, and I don't find it "bogus" at all. Awk isn't a shell, it's a filter. --bob--