xcode 프로젝트에서 소스코드 라인수 확인하기
xcode에 따로 line number를 알려주는 기능은 없는듯 하다. 따라서 다음과 같이 wc를 이용해서 계산해야 할 듯.

find . \( -name '*.m' -or -name '*.c' -or -name '*.h' \) -print0 | xargs -0 wc -l
by conanoc | 2009/06/29 13:04 | Programming | 트랙백 | 덧글(0)
트랙백 주소 : http://conanoc.egloos.com/tb/4995976
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

< 이전페이지 다음페이지 >