find -name 'xxx_*' | xargs perl -pi -e 's|<p>88</p>|<p>99</p>|g'
linux 批量替换文件内容
最新推荐文章于 2024-04-09 22:41:51 发布
find -name 'xxx_*' | xargs perl -pi -e 's|<p>88</p>|<p>99</p>|g'