Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何比较具有相似文件夹/文件的两个目录。我想在各个文件夹中找到文件(二进制,ascii)之间的差异。我该如何做到这一点?
尝试使用diff -arq folder1 folder2或diff -r folder1 folder2
diff -arq folder1 folder2
diff -r folder1 folder2