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 |
|
Eric Andersen
|
bf73909f23
|
Be ever so pedantic about escaping chars that the shell might not like...
|
2000-09-25 18:41:18 +00:00 |
|
Eric Andersen
|
6f283c2f77
|
Fix up xargs so that things like 'cat cat.c | xargs echo' will
work properly.
-Erik
|
2000-09-24 02:40:56 +00:00 |
|
Eric Andersen
|
9ae3838657
|
Fix xargs option parsing
|
2000-09-24 01:12:54 +00:00 |
|
Eric Andersen
|
96bdde97fb
|
Fix memory problems, and make behavior correct.
|
2000-09-23 19:53:31 +00:00 |
|
Eric Andersen
|
a37d5b772b
|
rewrite, so it should be firly clean now
|
2000-09-23 06:10:14 +00:00 |
|
Eric Andersen
|
5b17693f0a
|
Use minix xargs instead, and update docs accordingly
-Erik
|
2000-09-22 20:22:28 +00:00 |
|
Eric Andersen
|
ebc0dd7a8a
|
Comment on xargs choice.
|
2000-09-22 20:02:34 +00:00 |
|
Eric Andersen
|
92a61c1206
|
Add in xargs
|
2000-09-22 20:01:23 +00:00 |
|