Donnerstag, 26. April 2012

Shell: Determine lines of code

Use this command to determine the number of lines of code you have written for your C++ project.

find ../src -name "*.cpp" -or -name "*.h" | xargs wc -l

Keine Kommentare:

Kommentar veröffentlichen