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.
我想编写一个脚本来比较来自不同文件夹的文件;在具有相同文件名的不同文件夹之间进行比较。例如
文件夹 A:文件名 1、文件名 2、文件名 3 文件 夹 B:文件名 1、文件名 2、文件名3
所需的输出,写入输出文件:
文件名1: 不同1 不同2 文件名2 不同A 不同B
文件名1: 不同1 不同2
文件名2 不同A 不同B
为什么不直接使用?
diff -ur path1 path2