find: add support for -delete, -path (by Natanael Copa)
This commit is contained in:
parent
945bd3dee8
commit
62f0479cf1
3 changed files with 64 additions and 0 deletions
|
@ -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" \
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue