Found this the other day, as a Crontab job, I can't understand why people write these kind of commands.
I think this is basically looking for troubles. Do you agree or not ?
Code:
10 22 * * 4 cd /some/directory ; find . -type f -name '*log' -mtime +15 -exec rm {}
I think this is basically looking for troubles. Do you agree or not ?