|+ Here's the cmdline from the RT docs, for the -exec , syntax looks great |+ from the man pages, but I keep getting "/usr/bin/find: missing argument |+ to `-exec'". |+ |+ /usr/bin/find /opt/rt2/WebRT/sessiondata -type f -amin +600 -exec |+ /bin/rm '{}' ; Just to clarify, the /bin/rm '{}' is on the same line as -exec, correct?