用文件名查找和替换某些字符之间的文本,大约有 100 个文件需要这个,所以我认为它需要出现或其他什么。
原始文件名:test1.txt
内部文件用文件名替换以下两行(在每个文件中,下面的字符串可能不是紧挨着的):
location000:/computer/[project]/name/123.php,32,1,2,512,0,,txt
newlocation000:/computer/[project]/name/123.php,32,1,2,512,0,,txt
在文件 test1.txt 中输出
location000:/computer/[project]/name/test1.php,32,1,2,512,0,,txt
newlocation000:/computer/[project]/name/test1.php,32,1,2,512,0,,txt