리눅스 cmp

Jmnote (토론 | 기여)님의 2013년 11월 23일 (토) 14:38 판 (새 문서: ==개요== ;cmp ;/usr/bin/cmp *파일 비교 리눅스 명령어 *한 행씩 비교하여 다른 점이 있으면 다르다는 메시지와 함께 종료 *다른 점이 없으면 아...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

개요

cmp
/usr/bin/cmp
  • 파일 비교 리눅스 명령어
  • 한 행씩 비교하여 다른 점이 있으면 다르다는 메시지와 함께 종료
  • 다른 점이 없으면 아무 메시지 없음
[root@jmnote ~]# cat 1.txt
hello
world
[root@jmnote ~]# cat 2.txt
Hello
World!
[root@jmnote ~]# cmp 1.txt 1.txt
[root@jmnote ~]# cmp 1.txt 2.txt
1.txt 2.txt differ: byte 1, line 1

[[분류:

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