miller/c/tools/mcountlines
2015-09-25 16:47:46 -04:00

29 lines
440 B
Bash
Executable file

#!/bin/sh
wc -l \
cli/*.[ch] \
containers/*.[ch] \
input/*.[ch] \
lib/*.[ch] \
mapping/*.[ch] \
output/*.[ch] \
stream/*.[ch] \
unit_test/*.[ch] \
dsls/*.[ly] \
dsls/*wrapper*.[ch] \
| sort -n
echo
wc -c \
cli/*.[ch] \
containers/*.[ch] \
input/*.[ch] \
lib/*.[ch] \
mapping/*.[ch] \
output/*.[ch] \
stream/*.[ch] \
unit_test/*.[ch] \
dsls/*.[ly] \
dsls/*wrapper*.[ch] \
| sort -n | tail -n 5