linux/d*: add Korean translation (#14683)
This commit is contained in:
12
pages.ko/linux/diff3.md
Normal file
12
pages.ko/linux/diff3.md
Normal 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}}`
|
Reference in New Issue
Block a user