Add find -exec support from Rob Sullivan, and convert CONFIG_ to ENABLE_
while we're in the area.
This commit is contained in:
@@ -57,6 +57,14 @@ config CONFIG_FEATURE_FIND_INUM
|
||||
help
|
||||
Support the 'find -inum' option for searching by inode number.
|
||||
|
||||
config CONFIG_FEATURE_FIND_EXEC
|
||||
bool " Enable (-exec) option allowing execution of commands"
|
||||
default y
|
||||
depends on CONFIG_FIND
|
||||
help
|
||||
Support the 'find -exec' option for executing commands based upon
|
||||
the files matched.
|
||||
|
||||
config CONFIG_GREP
|
||||
bool "grep"
|
||||
default n
|
||||
|
||||
Reference in New Issue
Block a user