find /data/ -type f -name "cmd.sh" -exec cp /tmp/cmd.sh {} \;
在/data/目录下找到cmd.sh文件,把/tmp/cmd.sh文件,cp替换