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

10번째 줄: 10번째 줄:


http://www.colordiff.org/screen2.jpg
http://www.colordiff.org/screen2.jpg
<source lang='diff'>
[root@jmnote ~]# colordiff 1.txt 2.txt
1,2c1,2
< hello
< world
---
> Hello
> World!
</source>


==같이 보기==
==같이 보기==

2014년 5월 1일 (목) 21:48 판

1 개요

/usr/bin/colordiff
colordiff
  • 색상이 적용되는 diff
  • 예를 들어 사라진 항목은 빨간색, 추가된 항목은 파란색으로 표시됨
색상은 버전, 설정에 따라 다름

 

 

[root@jmnote ~]# colordiff 1.txt 2.txt
1,2c1,2
< hello
< world
---
> Hello
> World!

2 같이 보기

3 참고 자료

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