public marks

PUBLIC MARKS from an_ta with tag loc

23 February 2015 19:00

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

an_ta's TAGS related to tag loc

code +   how +   lines +   out +   to +   xcode +