miller/c/tools/mcountlines
2016-12-02 20:07:02 -05:00

29 lines
464 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] \
parsing/mlr*.[ly] \
parsing/mlr*wrapper*.[ch] \
| sort -n
echo
wc -c \
cli/*.[ch] \
containers/*.[ch] \
input/*.[ch] \
lib/*.[ch] \
mapping/*.[ch] \
output/*.[ch] \
stream/*.[ch] \
unit_test/*.[ch] \
parsing/mlr*.[ly] \
parsing/mlr*wrapper*.[ch] \
| sort -n | tail -n 5