10.05.2011 18:06, Oliver Marshall: > Does anyone know of a command I can use to search a directory (and subs) for any filenames containing uppercase characters? find /path/to/start/dir -name '*[A-Z]*' should print all files below /path/to/start/dir with at least one capital letter (A-Z) in their name. -- Regards mks