aboutsummaryrefslogtreecommitdiff
path: root/findutils/find.c
diff options
context:
space:
mode:
Diffstat (limited to 'findutils/find.c')
-rw-r--r--findutils/find.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/findutils/find.c b/findutils/find.c
index 5857a3f44..d9a42b3c6 100644
--- a/findutils/find.c
+++ b/findutils/find.c
@@ -9,7 +9,6 @@
9 * 9 *
10 * Licensed under GPLv2, see file LICENSE in this source tree. 10 * Licensed under GPLv2, see file LICENSE in this source tree.
11 */ 11 */
12
13/* findutils-4.1.20: 12/* findutils-4.1.20:
14 * 13 *
15 * # find file.txt -exec 'echo {}' '{} {}' ';' 14 * # find file.txt -exec 'echo {}' '{} {}' ';'
@@ -44,7 +43,6 @@
44 * # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print 43 * # find t z t z '(' -name '*t*' -o -name '*z*' ')' -o -print
45 * (no output) 44 * (no output)
46 */ 45 */
47
48/* Testing script 46/* Testing script
49 * ./busybox find "$@" | tee /tmp/bb_find 47 * ./busybox find "$@" | tee /tmp/bb_find
50 * echo ================== 48 * echo ==================
@@ -52,7 +50,6 @@
52 * echo ================== 50 * echo ==================
53 * diff -u /tmp/std_find /tmp/bb_find && echo Identical 51 * diff -u /tmp/std_find /tmp/bb_find && echo Identical
54 */ 52 */
55
56//config:config FIND 53//config:config FIND
57//config: bool "find (14 kb)" 54//config: bool "find (14 kb)"
58//config: default y 55//config: default y