我有许多各种应用程序的文件夹(源代码)。 在根文件夹的许多子文件夹下,我具有相同的文件“ abc.txt”。 但是我想用“ DML ”这个名称替换子文件夹下的匹配行。
当我尝试查找字符串并替换时,所有子文件夹下的所有文件都将替换它。 (即使是文件
我想走这条路。
File line should be replaced only when the absolute path of the file contains "DML"
Ex: fold\fold1\subfold\DML\subfold2\abc.txt //should be replaced
fold\fold2\abc.txt
fold\abc.txt
fold\fol3\DML\abc.txt //should be replaced