Counting a project line of codes with Console

find . -name "*.py" -print0 | xargs -0 wc -l
For the actual repo ninja-ide (pull date: 21/11/11), its 17121 LoC
Ninja-IDE (pull date: 27/10/11), 16562 LoC

Comments

Popular posts from this blog

Como configurar el control de directv para que funcione con el Tv

Las Tutucas y todo lo demás

Python Ipdb Cheatsheet