cloc (count lines of code)

페이지 정보

작성자 이강민 댓글 0건 조회 8,165회 작성일 15-05-13 21:32

본문

코드의 줄 수를 알려주는 프로그램

apt-get install cloc

cloc file/dir

ex)

root@iter3:~> cloc ./
      17 text files.
      17 unique files.                             
      40 files ignored.

http://cloc.sourceforge.net v 1.60  T=0.07 s (230.1 files/s, 20786.4 lines/s)
-------------------------------------------------------------------------------
Language                    files          blank        comment          code
-------------------------------------------------------------------------------
C++                              8            225            196            711
C/C++ Header                    5            48              3            137
make                            2            10              0            25
-------------------------------------------------------------------------------
SUM:                            15            283            199            873
-------------------------------------------------------------------------------

댓글목록

등록된 댓글이 없습니다.