fnmatch library function.
This variable also affects the interpretation of
the response to -ok; while the LC_MESSAGES variable selects the
actual pattern used to interpret the response to -ok,
the interpretation of any bracket expressions in the pattern will be
affected by the LC_COLLATE variable.
fnmatch function supports this.
This variable also affects the interpretation of any character classes
in the regular expressions used to interpret the response to the
prompt issued by -ok. The LC_CTYPE environment variable will
also affect which characters are considered to be unprintable when
filenames are printed (see Unusual Characters in File Names).
-ok action.
find will refuse to run. See Security Considerations, for a
more detailed discussion of security matters.
Setting this variable also turns off warning messages (that is, implies ‘-nowarn’) by default, because POSIX requires that apart from the output for ‘-ok’, all messages printed on stderr are diagnostics and must result in a non-zero exit status.
Arguments to ‘-perm’ beginning with ‘+’ are treated differently when POSIXLY_CORRECT is set. See -perm.
When POSIXLY_CORRECT is set, the response to the prompt made by the
-ok action is interpreted according to the system's message
catalogue, as opposed to according to find's own message
translations.