我常用的linux命令

1. 替换文件中的特定字符串

find -name "*" -exec sed -i 's/com.example.tv/com.example.tvguide/g' {} \;

原文地址:https://www.cnblogs.com/lotushy/p/2326258.html