home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume25
/
finger
/
part01
/
COUNT
< 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
|
1992-04-03
|
177 b
|
11 lines
echo TODO:
grep '^[0-9]' TODO | wc -l
echo TODOs in code:
grep TODO *.[ch] | wc -l
echo WISHES file:
grep '^[0-9]' WISHES | wc -l
echo WISHs in code:
grep WISH *.[ch] | wc -l