把当前目录下所有文件中的
com.android.launcher
替换成
com.mycomp.myLauncher
find ./ -exec sed -i 's/com.android.launcher/com.mycomp.myLauncher/g' {} /;
把当前目录下所有文件中的
com.android.launcher
替换成
com.mycomp.myLauncher
find ./ -exec sed -i 's/com.android.launcher/com.mycomp.myLauncher/g' {} /;