标签:
查找文件替换字符串:
find ./ -type f -name *.html -print0 | xargs -0 sed -i ‘s/oldstring/newstring/g‘
一些有用的bash记录
原文地址:http://www.cnblogs.com/afxcn/p/5503541.html