find . -type f -name '*.nu' -exec wc -l {} \; | awk '{ total += $1 } END {print total}'