Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!uunet!convex!newsadm From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.programmer Subject: Re: awk comments Keywords: awk Message-ID: <1991Apr29.222815.25911@convex.com> Date: 29 Apr 91 22:28:15 GMT References: <6188@flint4.UUCP> <751@uswnvg.UUCP> <3896@dali> Sender: newsadm@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Distribution: comp Organization: CONVEX Software Development, Richardson, TX Lines: 10 Nntp-Posting-Host: pixel.convex.com From the keyboard of icsu7039@attila.cs.montana.edu (Spannring): :Note that this is not a shell script. To run this program you will :have to type `awk -f count.awk' So how about starting it with: #!/bin/awk -f --tom