Statistics about nyetwork.org...
Interesting stats
- Nyetwork is serving significantly more and more pages each month
- This wiki site now has 369 files
- Total wiki site (including RCS log files and images) is 45,065 kilobytes
- Wiki site contains 12782 lines of text, 80478 words, and 1466075 characters
- As evidenced by the referrer logs, other sites are actively linking to my wiki pages
Command to get the number of lines of text, words, and characters is (all one line):
ls *,v |grep -iEv 'jpeg|gif|jpg' |sed -e 's/,v//' -e 's/^/"/g' -e 's/$/"/g' | xargs cat | wc
Command to get the number of pages:
ls -1 *,v |wc -l