projekty
/
imago.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
instructions in manual mode
[imago.git]
/
todo_count.sh
1
#!/bin/bash
2
3
grep --count TODO src/*.py pcf.c | cut -f2 -d":" | awk '{sum+=$1}END{printf "total %d\n=====\n", sum}'
4
grep --count TODO src/*.py pcf.c | sort -nr -t":" -k2 | cut -f2 -d"/"