provisioning/distro/count_lines.sh

2 lines
88 B
Bash
Raw Permalink Normal View History

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