find: add optional support for -links. +100 bytes
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
839fd71077
commit
d0f601f066
@@ -171,6 +171,13 @@ config FEATURE_FIND_CONTEXT
|
||||
help
|
||||
Support the 'find -context' option for matching security context.
|
||||
|
||||
config FEATURE_FIND_LINKS
|
||||
bool "Enable -links: link count matching"
|
||||
default n
|
||||
depends on FIND
|
||||
help
|
||||
Support the 'find -links' option for matching number of links.
|
||||
|
||||
config GREP
|
||||
bool "grep"
|
||||
default n
|
||||
|
Reference in New Issue
Block a user