linux/d*: add Korean translation (#14683)

This commit is contained in:
코드싸이
2024-11-08 15:51:52 +09:00
committed by GitHub
parent b3cbaf7b55
commit 53b2ce7e7f
73 changed files with 1566 additions and 0 deletions

12
pages.ko/linux/diff3.md Normal file
View File

@@ -0,0 +1,12 @@
# diff3
> 세 개의 파일을 줄 단위로 비교합니다.
> 더 많은 정보: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.
- 파일 비교:
`diff3 {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}`
- 충돌을 강조하여 모든 변경 사항 표시:
`diff3 --show-all {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}`