find: Regular Expressions

1 
1 8.5 Regular Expressions
1 =======================
1 
1 The '-regex' and '-iregex' tests of 'find' allow matching by regular
1 expression, as does the '--regex' option of 'locate'.
1 
1    Your locale configuration affects how regular expressions are
1 interpreted.  ⇒Environment Variables, for a description of how
1 your locale setup affects the interpretation of regular expressions.
1 
1    There are also several different types of regular expression, and
1 these are interpreted differently.  Normally, the type of regular
1 expression used by 'find' and 'locate' is the same as is used in GNU
1 Emacs.  Both programs provide an option which allows you to select an
1 alternative regular expression syntax; for 'find' this is the
1 '-regextype' option, and for 'locate' this is the '--regextype' option.
1 
1    These options take a single argument, which indicates the specific
1 regular expression syntax and behaviour that should be used.  This
1 should be one of the following:
1 

Menu