mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-27 09:48:46 +00:00
13 lines
197 B
Bash
Executable file
13 lines
197 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
|