1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 23:15:28 +02:00
tldr/pages.ko/common/meld.md
코드싸이 feb91d75ea
mpv: fix typo, common/m*: add and update Korean translation (#14664)
* common/m*: add and update Korean translation

* mpv: fix typo
2024-11-07 09:27:03 +09:00

28 lines
703 B
Markdown

# meld
> 그래픽 차이 및 병합 도구.
> 더 많은 정보: <https://meldmerge.org/>.
- `meld` 시작:
`meld`
- 두 파일 비교:
`meld {{경로/대상/파일_1}} {{경로/대상/파일_2}}`
- 두 디렉터리 비교:
`meld {{경로/대상/폴더_1}} {{경로/대상/폴더_2}}`
- 세 파일 비교:
`meld {{경로/대상/파일_1}} {{경로/대상/파일_2}} {{경로/대상/파일_3}}`
- 기존 meld 인스턴스에서 새 탭으로 비교 열기:
`meld --newtab {{경로/대상/파일_1}} {{경로/대상/파일_2}}`
- 여러 세트의 파일 비교:
`meld --diff {{경로/대상/파일_1}} {{경로/대상/파일_2}} --diff {{경로/대상/파일_3}} {{경로/대상/파일_4}}`