junxnone / linux

Linux wiki
https://junxnone.github.io/linux/
0 stars 0 forks source link

Tools TextCompare #54

Open junxnone opened 5 years ago

junxnone commented 5 years ago

文本对比工具

Tools

文本文件比较

meld file1 file2
vim -d file1 file2
diff file1 file2

二进制文件比较

vim -bd file1 file2