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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
6번째 줄: 6번째 줄:


<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# cat a.txt
[root@zetawiki ~]# cat a.txt
hello world
hello world
[root@jmnote ~]# cat b.txt
[root@zetawiki ~]# cat b.txt
hello world
hello world
[root@jmnote ~]# cat c.txt
[root@zetawiki ~]# cat c.txt
hello word
hello word
[root@jmnote ~]# diff3 a.txt b.txt c.txt
[root@zetawiki ~]# diff3 a.txt b.txt c.txt
====3
====3
1:1c
1:1c

2015년 2월 12일 (목) 01:47 판

1 개요

diff3
/usr/bin/diff3
  • 파일 3개를 비교하는 리눅스 명령어
  • 세 파일의 차이를 보여줌
[root@zetawiki ~]# cat a.txt
hello world
[root@zetawiki ~]# cat b.txt
hello world
[root@zetawiki ~]# cat c.txt
hello word
[root@zetawiki ~]# 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 }}