"리눅스 diff3"의 두 판 사이의 차이

7번째 줄: 7번째 줄:
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# cat a.txt
[root@jmnote ~]# cat a.txt
hello world!
hello world
[root@jmnote ~]# cat b.txt
[root@jmnote ~]# cat b.txt
hello world!
hello world
[root@jmnote ~]# cat c.txt
[root@jmnote ~]# cat c.txt
hello world
hello word
[root@jmnote ~]# diff3 a.txt b.txt c.txt
[root@jmnote ~]# diff3 a.txt b.txt c.txt
====3
====3
1:1c
1:1c
2:1c
2:1c
   hello world!
   hello world
3:1c
3:1c
   hello world
   hello word
</source>
</source>



2013년 12월 30일 (월) 01:43 판

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 }}