[root@localhost practice]# find /root/ -name "ab*" -exec rm -rf {}\ ;find: 遗漏“-exec”的参数
这是怎么回事
-exec rm -rf {}空格没加\ ;