在linux下查找同名文件,并进行替换的一小点总结,find命令超过我的预期。
1
find ${WORK_HOME} -name "${filename}" -type f | xargs -i cp -rf ${filename} {}