Perl搜索并用xargs-0替换一行
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Perl搜索并用xargs-0替换一行相关的知识,希望对你有一定的参考价值。
Q...E perl quoting means no ugly escaping in the regex. find's -print0 with xargs -0 is the secret to handling files with spaces in their names.
find . -name "*.html" -print0 | xargs -0 perl -p -i -e 's|Qhttp://66.36.242.244/~olxhxlwq/E|http://www.johnclarkprose.com/|g'
以上是关于Perl搜索并用xargs-0替换一行的主要内容,如果未能解决你的问题,请参考以下文章
替换未调用 onAttach、onCreate、onCreateView 等的活动中的片段
如何在 sed 和 awk(和 perl)中搜索和替换任意文字字符串