I\'m running find . -type f | grep -lL "Resource" to try to find all the files in a directory that don\'t have "Resource" as part of their name,
find . -type f | grep -lL "Resource"