From d0f601f066d290d4a2dfb08ab724c6c7f4353649 Mon Sep 17 00:00:00 2001 From: Matheus Izvekov Date: Wed, 6 Jan 2010 09:19:04 +0100 Subject: find: add optional support for -links. +100 bytes Signed-off-by: Matheus Izvekov Signed-off-by: Denys Vlasenko --- findutils/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'findutils/Config.in') diff --git a/findutils/Config.in b/findutils/Config.in index f274ad1..8582d64 100644 --- a/findutils/Config.in +++ b/findutils/Config.in @@ -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 -- cgit v1.1