mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 16:22:08 +02:00
12 lines
421 B
Markdown
12 lines
421 B
Markdown
# diff3
|
|
|
|
> 세 개의 파일을 줄 단위로 비교합니다.
|
|
> 더 많은 정보: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html>.
|
|
|
|
- 파일 비교:
|
|
|
|
`diff3 {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}`
|
|
|
|
- 충돌을 강조하여 모든 변경 사항 표시:
|
|
|
|
`diff3 --show-all {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}`
|