書式
cmp ファイルパス1 ファイルパス2
				
			
				説明
					2つのファイルを比較します。内容が異なる場合には文字の位置と行番号を表示します。
					
					| オプション | 内容 | 
|---|
					| -b |  | 
					| -i |  | 
					| -l | verboseモードにする | 
					| -n |  | 
					| -s |  | 
					| -v |  | 
					| --help | ヘルプを表示 | 
					
				 
			
					
実行結果
					
PowerMacG5x2:~/tests test$ cmp test1.txt test3.txt 
test1.txt test3.txt differ: char 1, line 1
PowerMacG5x2:~/tests test$ cmp test1.txt test1.txt 
PowerMacG5x2:~/tests test$