multiple pages : Add Korean Translation (#3583)

* Translation-ko

chsh.md
cksum.md
clamscan.md
clang.md
clear.md
clementine.md
cloc.md
clockwork-cli.md

* update some words

chsh.md
cksum.md
clamscan.md
clear.md
cloc.md
clockwork-cli.md

* update

* update

* Update clockwork-cli.md
This commit is contained in:
JJByun
2019-11-25 04:33:52 +09:00
committed by Starbeamrainbowlabs
parent 40fb7d51dc
commit 1c78b9e106
8 changed files with 146 additions and 0 deletions

16
pages.ko/common/cloc.md Normal file
View File

@@ -0,0 +1,16 @@
# cloc
> 소스코드와 주석의 줄 개수를 세고 차이를 계산합니다.
> 더 많은 정보: <https://github.com/AlDanial/cloc>.
- 디렉토리 안의 모든 코드의 줄 개수를 셉니다:
`cloc {{/경로/디렉토리}}`
- 진행 바로 현재 진행 중인 과정을 보여주면서 디렉토리 안의 모든 코드의 줄 개수를 셉니다:
`cloc --progress=1 {{/경로/디렉토리}}`
- 두 개의 디렉토리 구조를 비교하고 차이의 개수를 셉니다:
`cloc --diff {{/디렉토리/첫번째}} {{/디렉토리/두번째}}`