type命令(显示文本内容)
type c:hello.txt
或者 more命令
more > c:hello.txt
(文件名不能有空格)
comp命令(比较文本内容)
comp c:hello.txt c:helloq.txt
fc 命令(比较文本内容,并显示不同之处) 这个比较实用
fc c:hello.txt c:helloq.txt
type命令(显示文本内容)
type c:hello.txt
或者 more命令
more > c:hello.txt
(文件名不能有空格)
comp命令(比较文本内容)
comp c:hello.txt c:helloq.txt
fc 命令(比较文本内容,并显示不同之处) 这个比较实用
fc c:hello.txt c:helloq.txt