diff --git a/count_eth.sh b/count_eth.sh new file mode 100644 index 0000000000..712687c203 --- /dev/null +++ b/count_eth.sh @@ -0,0 +1,10 @@ +#!/bin/sh +dirlist=$(find -mindepth 1 -maxdepth 1 -type d) + +for dir in $dirlist +do + cd $dir + echo $dir + grep -i eth -r | wc -l + cd .. +done \ No newline at end of file diff --git a/current_count.tsv b/current_count.tsv new file mode 100644 index 0000000000..a1012a2c63 --- /dev/null +++ b/current_count.tsv @@ -0,0 +1,74 @@ +./.git +13 +./.github +6 +./accounts +865 +./bmt +20 +./build +136 +./cmd +1599 +./common +194 +./consensus +368 +./console +100 +./containers +20 +./contracts +312 +./core +1290 +./crypto +158 +./dashboard +275 +./eth +1194 +./ethclient +88 +./ethdb +36 +./ethstats +55 +./event +73 +./internal +919 +./les +560 +./light +246 +./log +45 +./metrics +31 +./miner +109 +./mobile +329 +./node +163 +./p2p +657 +./params +85 +./rlp +66 +./rpc +337 +./signer +235 +./swarm +616 +./tests +154 +./trie +206 +./vendor +5513 +./whisper +300