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,如需转载请自行联系原作者