Downloaded code zip file and unziped to to "WholeCell" directory
find WholeCell -type f | awk '{FS="."; print $NF}' | sort | uniq -c | sort -n
...
2 java 2 lib 2 log 2 mexa64 2 mexw32 2 pdf 2 swf 2 vbs 2 xlsx 3 exe 3 fsa 3 mexw64 4 jpg 4 svg 5 desktop 5 license 5 sql 5 TXT 6 col 6 sh 6 tmpl 6 tpl 7 ico 7 xml 8 bat 8 pl 8 z 9 json 15 dot 16 gif 18 map 19 css 23 dll 24 dat 25 p 52 mat 62 txt 114 jar 238 png 277 js 427 php 531 m 1096 html
Downloaded code zip file and unziped to to "WholeCell" directory
find WholeCell -type f | awk '{FS="."; print $NF}' | sort | uniq -c | sort -n
...