watch -n5 -d bash -c "'ls -R results | grep -v ^d | wc -l'"

fgrep '<tag' -r results/ | wc -l

find results/ -type f -exec cat {} \; | wc -l

