projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
feac3282043d05e3e0fb326697b96a691ee15fd4
[imago.git]
/
todo_count.sh
1
#!/bin/bash
2
3
grep --count TODO imago_pack/*.py pcf.c | cut -f2 -d":" | awk '{sum+=$1}END{printf "total %d\n=====\n", sum}'
4
grep --count TODO imago_pack/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"