.. link: .. description: .. tags: .. date: 2014/05/08 17:56:09 .. title: find all same file and replace then .. slug: find-all-same-file-and-replace-then 在linux下查找同名文件,并进行替换的一小点总结,find命令超过我的预期。 .. code-block:: bash :number-lines: find ${WORK_HOME} -name "${filename}" -type f | xargs -i cp -rf ${filename} {}