finding files with uppercase characters

Markus Schönhaber ubuntu-users at list-post.mks-mail.de
Tue May 10 16:13:07 UTC 2011


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




More information about the ubuntu-users mailing list