miller/go/tools/mcountlines
2020-09-02 23:44:25 -04:00

6 lines
126 B
Bash
Executable file

#!/bin/bash
wc -l \
$(find src/miller -name \*.go | grep -v src/miller/parsing) \
src/miller/parsing/mlr.bnf \
| sort -n