1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 23:22:08 +02:00
tldr/pages.ko/linux/diff3.md
2024-11-08 15:51:52 +09:00

421 B

diff3

세 개의 파일을 줄 단위로 비교합니다. 더 많은 정보: https://www.gnu.org/software/diffutils/manual/html_node/Invoking-diff3.html.

  • 파일 비교:

diff3 {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}

  • 충돌을 강조하여 모든 변경 사항 표시:

diff3 --show-all {{경로/대상/파일1}} {{경로/대상/파일2}} {{경로/대상/파일3}}