Final (I think) version of xargs. Throw away all that tedious string
authorEric Andersen <andersen@codepoet.org>
Mon, 25 Sep 2000 20:23:21 +0000 (20:23 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 25 Sep 2000 20:23:21 +0000 (20:23 -0000)
commite081eae7a469e0ddeebedd51c3d83bcbaccb23e3
tree0a3c6b650ee7f45d101bd6c7c289eaf63f3d6607
parentbf73909f23a00bdcc4f4e12459c64b99b2ebcddb
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
findutils/xargs.c
xargs.c