home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
Apps
/
DevTools
/
eText5
/
Source
/
wcscript
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-29
|
131 b
|
10 lines
#/bin/csh
foreach foo (*.[hmc] */*.[hmc])
grep -s "\\rtf0" $foo
if ($status) then
wc -l $foo
else
rtf-ascii $foo | wc -l
endif
end