GNU Info

Info Node: (find.info)Base Name Patterns

(find.info)Base Name Patterns


Next: Full Name Patterns Up: Name
Enter node , (file) or (file)node

Base Name Patterns
------------------

 - Test: -name pattern
 - Test: -iname pattern
     True if the base of the file name (the path with the leading
     directories removed) matches shell pattern PATTERN.  For `-iname',
     the match is case-insensitive.  To ignore a whole directory tree,
     use `-prune' (Note: Directories).  As an example, to find Texinfo
     source files in `/usr/local/doc':

          find /usr/local/doc -name '*.texi'


automatically generated by info2www version 1.2.2.9