一个Linux下非常有用的Shell:批量地查找并替换一个目录下所有文件中的字符串。
格式如下:
1. sed -i "s/oldstring/newstring/g" `grep oldstring -rl yourdir`
复制代码
例如:
1. sed -i "s/cc.marine/your boyfriend/g" `grep "cc.marine" -rl /home`
复制代码
Home »Unlabelled » Shell:批量地查找并替换一个目录下所有文件中的字符串
© 2010 welcome to shoping news - All Rights Reserved
Wordpress by Chris Pearson - Converted to Blogger by Belajar SEO Blogspot - Seo Blogger
{ 0 komentar... Views All / Send Comment! }
Posting Komentar