mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 22:24:55 +02:00

* korean translation cmake cmark cmp code coffee column comm command * update some words * update * update cmake.md delete \n * change whitespace
247 B
247 B
cmp
두 개의 파일 비교.
- 파일 간의 첫 번째 바이트 번호와 선 번호의 차이를 찾습니다:
cmp {{파일1}} {{파일2}}
- 모든 바이트 수와 다른 바이트의 차이 찾기:
cmp -l {{파일1}} {{파일2}}