centos find 的正则表达写法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
以上是关于centos find 的正则表达写法的主要内容,如果未能解决你的问题,请参考以下文章