天天看點

centos find 的正則表達寫法

find /opt -regextype "posix-egrep" -regex ".*properties|.*js|.*jsg|.*vm|.*html" |while read L;do sed -i "s/www.baidu.com/www.qq.com/g" $L;done

把/opt下所有properties js jsg vm html檔案中的baidu替換成qq

本文轉自 朱科強 51CTO部落格,原文連結:http://blog.51cto.com/zhukeqiang/1876117,如需轉載請自行聯系原作者