miller/c/tools/mcountlines
2015-06-01 09:23:42 -04:00

27 lines
400 B
Bash
Executable file

#!/bin/bash
wc -l \
cli/*.[ch] \
containers/*.[ch] \
input/*.[ch] \
lib/*.[ch] \
mapping/*.[ch] \
output/*.[ch] \
stream/*.[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] \
dsls/*.[ly] \
dsls/*wrapper*.[ch] \
| sort -n | tail -n 5