refer to:
https://stackoverflow.com/questions/2961673/find-missing-argument-to-exec
find: missing argument to `-exec'
解决办法: 结尾加上 \;
例如:
find /tmp/root_lala -exec whoami \;
refer to:
https://stackoverflow.com/questions/2961673/find-missing-argument-to-exec
find: missing argument to `-exec'
解决办法: 结尾加上 \;
例如:
find /tmp/root_lala -exec whoami \;