1.findstr
#文件中查找 findstr "string" ../x.y #遍历查找目录下所示文件 findstr /s "string" ../xx/*
2.xcopy
#保持原结构copy目录文件,在本地环境中使用,或局域网内不同服务器之间使用(中转)
xcopy source_path destination_path /e /i
1.findstr
#文件中查找 findstr "string" ../x.y #遍历查找目录下所示文件 findstr /s "string" ../xx/*
2.xcopy
#保持原结构copy目录文件,在本地环境中使用,或局域网内不同服务器之间使用(中转)
xcopy source_path destination_path /e /i