home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
f
/
family
/
!FamTools
/
NumPeople
< prev
Wrap
Text File
|
1994-06-14
|
102b
|
6 lines
#Print the number of people in a file.
#Version 1.00 (15 Jun 1994)
/ INDI$/ { n+=1 }
END { print n }