busybox/findutils
Eric Andersen e081eae7a4 Final (I think) version of xargs. Throw away all that tedious string
scrubbing, and quit using system.  Instead, use fork() and exec(), which
yields and smaller, simpler, and cleaner design.
 -Erik
2000-09-25 20:23:21 +00:00
..
find.c Extract usage information into a separate file. 2000-07-16 20:57:15 +00:00
grep.c Exit with the appropriate value when grepping multiple files. 2000-08-06 15:25:53 +00:00
which.c Path count was out by one, fixed it 2000-09-18 09:52:03 +00:00
xargs.c Final (I think) version of xargs. Throw away all that tedious string 2000-09-25 20:23:21 +00:00