2 lines
88 B
Bash
2 lines
88 B
Bash
![]() |
find . -type f -name '*.nu' -exec wc -l {} \; | awk '{ total += $1 } END {print total}'
|