What alternatives to 'find' are there which will work in a cron environment in the rackspace cloud?

Solution 1:

I would suggest uploading your own copy of find if it doesn't exist there.

If that doesn't work, a Perl script using the File::Find module might be useful.