外观
约 349 字大约 1 分钟
2024-06-24
比较单个文件或者目录内容。
diff [参数] [文件1或目录1] [文件2或目录2]
1.显示 test1.txt 和 test2.txt 两个文件差异。
diff test1.txt test2.txt