find players/ -type f -name '*.o' -exec grep 'creator 0' {} \; -exec rm {} \; >/dev/null
