common/w*: add Korean translation (#14523)

This commit is contained in:
코드싸이
2024-11-02 13:59:52 +09:00
committed by GitHub
parent 8a477df704
commit 8bcc0ead21
58 changed files with 1268 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# wdiff
> 텍스트 파일 간의 단어 차이를 표시.
> 더 많은 정보: <https://www.gnu.org/software/wdiff/>.
- 두 파일 비교:
`wdiff {{경로/대상/파일1}} {{경로/대상/파일2}}`
- 대소문자를 무시하고 비교:
`wdiff --ignore-case {{경로/대상/파일1}} {{경로/대상/파일2}}`
- 삭제, 삽입 또는 교체된 단어 수 표시:
`wdiff --statistics {{경로/대상/파일1}} {{경로/대상/파일2}}`