bug#1065: [BusyBox] bug#1065: Newer and Improveder xargs

Mark Whitley markw at lineo.com
Tue Nov 14 18:42:07 UTC 2000


Doh! Maybe I should actually attach the stupid file...

Sorry about that, y'all.

On Tue, Nov 14, 2000 at 11:01:26AM -0700, Mark Whitley wrote:
> Okay, I've fixed the bug reported by Kent Robotti about xargs not seeing any
> args besides the first one. Here is a sample of the output:
> 
> [markw at shiva busybox]$ ./busybox xargs ls -l < outfile.txt 
> -rw-r--r--    1 markw    users          23 Nov  8 13:53 ./work/file1
> -rw-r--r--    1 markw    users          25 Nov  8 13:53 ./work/file2
> -rw-r--r--    1 markw    users          40 Nov  8 13:53 ./work/file3
> 
> [markw at shiva busybox]$ ./busybox xargs ls -l -s < outfile.txt 
> 4 -rw-r--r--    1 markw    users          23 Nov  8 13:53 ./work/file1
> 4 -rw-r--r--    1 markw    users          25 Nov  8 13:53 ./work/file2
> 4 -rw-r--r--    1 markw    users          40 Nov  8 13:53 ./work/file3
> 
> [markw at shiva busybox]$ ./busybox xargs ls -l -s -h < outfile.txt 
> 4.0k -rw-r--r--    1 markw    users          23 Nov  8 13:53 ./work/file1
> 4.0k -rw-r--r--    1 markw    users          25 Nov  8 13:53 ./work/file2
> 4.0k -rw-r--r--    1 markw    users          40 Nov  8 13:53 ./work/file3
> 
> I think this rev is looking pretty good. Kent, David, please test this one and
> post any success / failure / bug reports / frosty bananas to the list. Let's
> shake this one out good so we can get Erik's stamp of approval and check it
> in.
> 
> Mark Whitley
> markw at lineo.com
> 
> 
> 
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://busybox.net/mailman/listinfo/busybox

Mark Whitley
markw at lineo.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xargs.c
Type: text/x-csrc
Size: 3282 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20001114/12854c60/attachment.c 


More information about the busybox mailing list