merge mutiple pages(cmake to command) : Add Korean Translation (#3595)

* korean translation

cmake
cmark
cmp
code
coffee
column
comm
command

* update some words

* update

* update cmake.md

delete \n

* change whitespace
This commit is contained in:
JJByun
2019-11-23 00:25:18 +09:00
committed by Proscream
parent 3b31dfcc59
commit 61f5b84720
8 changed files with 146 additions and 0 deletions

11
pages.ko/common/cmp.md Normal file
View File

@@ -0,0 +1,11 @@
# cmp
> 두 개의 파일 비교.
- 파일 간의 첫 번째 바이트 번호와 선 번호의 차이를 찾습니다:
`cmp {{파일1}} {{파일2}}`
- 모든 바이트 수와 다른 바이트의 차이 찾기:
`cmp -l {{파일1}} {{파일2}}`