在Xml文档中,我正在寻找“和带;档案:write”和xml文档有一个完整的Xml标签,在标签中,它具有价值。 我正试图用档案名称对Csv档案中提交的价值进行计算。 问题在于,实地(街区和路道)是第2、第3或第4栏,我无法使用截断指挥部。
是否有更好的办法这样做?
find /opt/mortagage/application.xml -type f -exec egrep -ri "<file:write" /dev/null {} + |uniq| sed /<!--.*-->/d | sed /<!--/,/-->/d
/opt/mortagage/application.xml: <file:write doc:id="16630" path="${file.location}" doc:name="Save file to directory">
/opt/mortagage/application.xml: <file:write doc:name="Write to complete folder" doc:id="18890" path= #["${file.completeLocation}" ++ vars.zipFileName] config-ref="File_Config_completed">
/opt/mortagage/application.xml: <file:write doc:name="Write to complete folder" doc:id="19990" Path= #["${file.completeLocation}" ++ vars.zipFileName] config-ref="File_Config_completed">