1. 替换文件中的特定字符串
find -name "*" -exec sed -i 's/com.example.tv/com.example.tvguide/g' {} \;
转载于:https://www.cnblogs.com/lotushy/archive/2012/01/19/2326258.html