find: add support for -delete, -path (by Natanael Copa)

This commit is contained in:
Denis Vlasenko 2007-04-13 10:00:12 +00:00
parent 945bd3dee8
commit 62f0479cf1
3 changed files with 64 additions and 0 deletions

View file

@ -968,6 +968,10 @@
"\n -size N File size is N" \
) USE_FEATURE_FIND_PRUNE( \
"\n -prune Stop traversing current subtree" \
) USE_FEATURE_FIND_DELETE( \
"\n -delete Delete files; Turns on -depth option" \
) USE_FEATURE_FIND_PATH( \
"\n -path Path matches PATTERN" \
) USE_FEATURE_FIND_PAREN( \
"\n (EXPR) Group an expression" \
)