home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / f / family / !FamTools / NumPeople < prev   
Text File  |  1994-06-14  |  102b  |  6 lines

  1. #Print the number of people in a file.
  2. #Version 1.00 (15 Jun 1994)
  3.  
  4. / INDI$/ { n+=1 }
  5. END { print n }
  6.