【发布时间】:2011-03-28 12:41:24
【问题描述】:
给定两个文件(在本例中为较大的 CSV 文件),Powershell 中确定其内容是否不同的最有效方法是什么?
【问题讨论】:
标签: scripting powershell
给定两个文件(在本例中为较大的 CSV 文件),Powershell 中确定其内容是否不同的最有效方法是什么?
【问题讨论】:
标签: scripting powershell
有一个dos命令可以做到这一点
comp.exe 1.txt 2.txt
【讨论】: