finding files with uppercase characters

PleegWat pleegwat at telfort.nl
Tue May 10 16:19:18 UTC 2011


On 05/10/2011 06:06 PM, Oliver Marshall wrote:
> Hi chaps,
>
> Does anyone know of a command I can use to search a directory (and subs) for any filenames containing uppercase characters?
>
> Olly
>
>

Hi,

On the command line, while in the directory, use the following:

$ find -name \*[A-Z]\*

PleegWat




More information about the ubuntu-users mailing list