find: Name

1 
1 2.1 Name
1 ========
1 
1 Here are ways to search for files whose name matches a certain pattern.
1 ⇒Shell Pattern Matching, for a description of the PATTERN
1 arguments to these tests.
1 
1    Each of these tests has a case-sensitive version and a
1 case-insensitive version, whose name begins with 'i'.  In a
1 case-insensitive comparison, the patterns 'fo*' and 'F??' match the file
1 names 'Foo', 'FOO', 'foo', 'fOo', etc.
1 

Menu