常用Windows命令
时间:2019-11-17 21:13:32
收藏:0
阅读:89
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
评论(0)