리눅스 diff3

Jmnote (토론 | 기여)님의 2014년 10월 9일 (목) 23:40 판 (→‎같이 보기)

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 word
[root@jmnote ~]# diff3 a.txt b.txt c.txt
====3
1:1c
2:1c
  hello world
3:1c
  hello word

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}