Code: Select all
find /mnt/md0/SecurityVideos/FrontDoor/ -type f -mtime +6 -delete
If I remove mtime from the command then I get the same error but for -delete.
What am I doing wrong? Is it just impossible to do what I'm trying to do? It seems like the version of BusyBox find doesn't support mtime or delete, so is there a way to install a different version of find that does have those functions? Thanks for any help!

