ubuntu linux 全局批量查找替换
<find> 查找内容
<replace> 替换内容
grep <find> -rl . | xargs sed -i 's/<find>/<replace>/g'