리눅스 diff3

Jmnote (토론 | 기여)님의 2013년 12월 30일 (월) 01:41 판 (새 문서: ==개요== ;diff3 ;/usr/bin/diff3 *파일 3개를 비교하는 리눅스 명령어 *세 파일의 차이를 보여줌 <source lang='dos'> [root@jmnote ~]# cat a.txt hello world! [roo...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

diff3
/usr/bin/diff3
  • 파일 3개를 비교하는 리눅스 명령어
  • 세 파일의 차이를 보여줌
[root@jmnote ~]# cat a.txt
hello world!
[root@jmnote ~]# cat b.txt
hello world!
[root@jmnote ~]# cat c.txt
hello world
[root@jmnote ~]# diff3 a.txt b.txt c.txt
====3
1:1c
2:1c
  hello world!
3:1c
  hello world

2 같이 보기

  • diff (파일 2개 비교)
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}