windows下比较两个文件的不同1.打开cmd2.进入放文件的目录3.比较两个文件 fc 1.txt 2.txtdiff  是linux下 OS下的比较文件的命令diff命令参数:diff - 找出两个文件的不同点总览diff [选项] 源文件 目标文件-u使用统一的输出格式.diff -u 源文件名 目标文件名 D:\PA4\TestCases\S2>@ fc "output\z5.result" "result\z5.result" 正在 比较 文件 OUTPUT\z5.result 和 RESULT\Z5.RESULT ***** ... FC [/A] [/C] [/L] [/LBn] [/N] [/OFF[LINE]] [/T] [/U] [/W] [/nnnn] [drive1:][path1]filename1 [drive2:][path2]filename2 FC /B [drive... set INP2=D:\test\diff2\ rem 分别将 文件 夹中的 文件 读取到文本里 dir /S/B /A:A %INP1%release >> file_list1.txt dir /S/B /A:A %INP2%release >> file_list2.txt rem fc /n /w file_list1
命令 提示符查找 文件 Find is another great command line tool that every Window s user should know about because it can be used to search content of files for specific strings of text. 查找是每个 Window s用户都应该知道的另一个出色的 命令 ...