diff options
author | Paul Fox <pgf@brightstareng.com> | 2006-05-12 14:47:20 +0000 |
---|---|---|
committer | Paul Fox <pgf@brightstareng.com> | 2006-05-12 14:47:20 +0000 |
commit | d7384296f621e39e2fd86e6e3aae7e743b0aee65 (patch) | |
tree | 6899ecf80d354cafe43ba2697b1bcb0b98df60bb /findutils/Config.in | |
parent | f7897ec47babe54f0b57ab81873ff82fd3e1ea5b (diff) | |
download | busybox-w32-d7384296f621e39e2fd86e6e3aae7e743b0aee65.tar.gz busybox-w32-d7384296f621e39e2fd86e6e3aae7e743b0aee65.tar.bz2 busybox-w32-d7384296f621e39e2fd86e6e3aae7e743b0aee65.zip |
implement -print0 for find
Diffstat (limited to 'findutils/Config.in')
-rw-r--r-- | findutils/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index 3a9a506d7..8329a6c1f 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -11,6 +11,16 @@ config CONFIG_FIND | |||
11 | help | 11 | help |
12 | find is used to search your system to find specified files. | 12 | find is used to search your system to find specified files. |
13 | 13 | ||
14 | config CONFIG_FEATURE_FIND_PRINT0 | ||
15 | bool "Enable -print0 option" | ||
16 | default y | ||
17 | depends on CONFIG_FIND | ||
18 | help | ||
19 | Causes output names to be separated by a null character | ||
20 | rather than a newline. This allows names that contain | ||
21 | newlines and other whitespace to be more easily | ||
22 | interpreted by other programs. | ||
23 | |||
14 | config CONFIG_FEATURE_FIND_MTIME | 24 | config CONFIG_FEATURE_FIND_MTIME |
15 | bool "Enable modified time matching (-mtime) option" | 25 | bool "Enable modified time matching (-mtime) option" |
16 | default y | 26 | default y |