centos find 的正则表达写法

前端之家收集整理的这篇文章主要介绍了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

原文链接:https://www.f2er.com/centos/379775.html

猜你在找的CentOS相关文章