📌  相关文章
📜  如何在 linux 中比较两个目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:33.961000             🧑  作者: Mango

代码示例1
# -q switch tells diff to report only when files differ
$ diff -q directory-1/ directory-2/