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:
Matheus Izvekov
2010-01-06 09:19:04 +01:00
committed by Denys Vlasenko
parent 839fd71077
commit d0f601f066
3 changed files with 36 additions and 6 deletions

View File

@@ -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