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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
5번째 줄: 5번째 줄:
*세 파일의 차이를 보여줌
*세 파일의 차이를 보여줌


<source lang='dos'>
<source lang='cli'>
[root@jmnote ~]# cat a.txt
[root@jmnote ~]# cat a.txt
hello world
hello world

2015년 2월 6일 (금) 03:35 판

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