4 lines
101 B
Bash
4 lines
101 B
Bash
find src -type f -iname '*.rs' \
|
|
| xargs wc -l \
|
|
| sort -nr \
|
|
| xargs printf "\033[96m%d %s\033[0m\n" |