Quickies
[
categories
] [
index
] [
all (552)
] [
latest
]
Unix
Count lines of code of a project
$ wc -l `find . -name "*.py" | awk '{print $1}'`