1.findstr

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

 2.xcopy

#保持原结构copy目录文件,在本地环境中使用,或局域网内不同服务器之间使用(中转)
xcopy source_path  destination_path  /e /i

 

posted on 2019-11-17 19:07  你猜我猜你猜我猜不猜  阅读(113)  评论(0编辑  收藏  举报