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:
11
pages.ko/common/cmp.md
Normal file
11
pages.ko/common/cmp.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# cmp
|
||||
|
||||
> 두 개의 파일 비교.
|
||||
|
||||
- 파일 간의 첫 번째 바이트 번호와 선 번호의 차이를 찾습니다:
|
||||
|
||||
`cmp {{파일1}} {{파일2}}`
|
||||
|
||||
- 모든 바이트 수와 다른 바이트의 차이 찾기:
|
||||
|
||||
`cmp -l {{파일1}} {{파일2}}`
|
Reference in New Issue
Block a user