public marks

PUBLIC MARKS from an_ta with tags lines & to

2015

How to find out how many lines of code there are in an Xcode project? - Stack Overflow

(via)
find . "(" -name "*.h" -or -name "*.m" -or -name "*.mm" -or -name "*.hpp" -or -name "*.cpp" -or -name "*.c" -or -name "*.cc" -or -name "*.swift" ")" -print0 | xargs -0 wc -l

2011

an_ta's TAGS related to tag lines

adjust +   calculate +   code +   cool +   count +   downloads +   free +   how +   important +   iphone +   label +   line +   loc +   mac +   multiple +   numbers +   out +   programming +   project +   size +   software +   terminal +   to +   tool +   tutorial +   useful +   very +   xcode +