home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:16971 comp.os.vms:18309
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!destroyer!gumby!wmichgw!873clifton
- From: 873clifton@gw.wmich.edu
- Newsgroups: comp.lang.c,comp.os.vms
- Subject: Re: Looking for "C" Source Line Counter
- Message-ID: <1992Nov21.184741.6512@gw.wmich.edu>
- Date: 21 Nov 92 18:47:41 EST
- References: <2B097095.1911@deneva.sdd.trw.com>
- Organization: Western Michigan University
- Lines: 21
-
- In article <2B097095.1911@deneva.sdd.trw.com>, flower@donald.etdesg.trw.com (Rick Flower) writes:
- > Hi...
- >
- > I'm looking for a code line counter for "C".. I'm guessing that there
- > is one out there somewhere! Ideally, I'm looking for one that runs on a
- > VAX/VMS system, but if the code is for Unix, I'd be more than willing to port
- > it to the VAX environment (not the first or last time!).. If you know of one
- > floating around somewhere, please e-mail me what the name is or where I can
- > find it, etc.. Any help is appreciated!
- >
- > -- Rick
-
- If you used a Unix machine then use wc (word count - counts words, characters
- and lines in a text file). Fortunately both BSD and GNU versions are available
- for anonymous ftp. The GNU version will be in the textutils package and the
- BSD version will be usally in the /usr/bin directory of any ftp site with a
- bsd_source directory. Try ftp.uu.net, you'll find both GNU and BSD there.
-
- /D
- --
- Douglas Clifton [99clifto@lab.cc.wmich.edu]
-