I am trying to use the find command to locate log and other dump files more than 90 days old and delete them, but the command is not working correctly.
***COMMAND***
#find /dump/spool -atime +90 -exec \ rm {} \;
***SAMPLE OF RESULTS****
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
#
HELP!
***COMMAND***
#find /dump/spool -atime +90 -exec \ rm {} \;
***SAMPLE OF RESULTS****
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
find: 0652-083 Cannot execute rm:: A file or directory in the path name does not exist.
#
HELP!