常用Windows命令

1.findstr

#文件中查找
findstr "string"  ../x.y
#遍历查找目录下所示文件
findstr /s  "string"  ../xx/*

 2.xcopy

#保持原结构copy目录文件,在本地环境中使用,或局域网内不同服务器之间使用(中转)
xcopy source_path  destination_path  /e /i
学习的是为了更快、更好的解决问题,不要让学习本身成为问题!
原文地址:https://www.cnblogs.com/testerhome-yizhou2018/p/11877541.html