FC命令是比较两个文件异同,有两个文件:
文件:A 文件:B
a c
b b
c a
d
发命令 fc D:\LS\Ls\a.txt D:\LS\Ls\b.txt>myfc.txt
打开 myfc.txt 文件显示
Comparing files D:\LS\Ls\a.txt and D:\LS\Ls\b.txt
****** D:\LS\Ls\a.txt
a
b
c
d
****** D:\LS\Ls\b.txt
c
b
a
******
请问该文件如何显示两个文件间的异同?
文件:A 文件:B
a c
b b
c a
d
发命令 fc D:\LS\Ls\a.txt D:\LS\Ls\b.txt>myfc.txt
打开 myfc.txt 文件显示
Comparing files D:\LS\Ls\a.txt and D:\LS\Ls\b.txt
****** D:\LS\Ls\a.txt
a
b
c
d
****** D:\LS\Ls\b.txt
c
b
a
******
请问该文件如何显示两个文件间的异同?
