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
For the actual repo ninja-ide (pull date: 21/11/11), its 17121 LoC
Ninja-IDE (pull date: 27/10/11), 16562 LoC
Comments