find: add -iname support (Alexander Griesser <alexander.griesser@lkh-vil.or.at>)

This commit is contained in:
Denis Vlasenko
2007-12-09 10:07:39 +00:00
parent 9cb220be9d
commit 75aa615bef
2 changed files with 8 additions and 3 deletions

View File

@@ -1008,6 +1008,7 @@
"\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \
"\n tests/actions to command line arguments only") \
"\n -name PATTERN File name (w/o directory name) matches PATTERN" \
"\n -iname PATTERN Case insensitive -name" \
USE_FEATURE_FIND_PATH( \
"\n -path PATTERN Path matches PATTERN") \
USE_FEATURE_FIND_REGEX( \