implement -print0 for find

This commit is contained in:
Paul Fox
2006-05-12 14:47:20 +00:00
parent f7897ec47b
commit d7384296f6
3 changed files with 24 additions and 1 deletions

View File

@@ -11,6 +11,16 @@ config CONFIG_FIND
help
find is used to search your system to find specified files.
config CONFIG_FEATURE_FIND_PRINT0
bool "Enable -print0 option"
default y
depends on CONFIG_FIND
help
Causes output names to be separated by a null character
rather than a newline. This allows names that contain
newlines and other whitespace to be more easily
interpreted by other programs.
config CONFIG_FEATURE_FIND_MTIME
bool "Enable modified time matching (-mtime) option"
default y