On Friday, December 11, 2015 at 3:22:59 PM UTC+1, Brian Adkins wrote: > On Friday, December 11, 2015 at 9:06:16 AM UTC-5, Matthew Flatt wrote:
> I think maybe an xargs limit is being reached or something - when I scroll > up, I see another total line is displayed for .rkt, so it's: Yes, that's the specified semantics for xargs — since POSIX allows the OS to bound the command line length, foo | xargs bar might call bar multiple times, while bar $(foo) will call bar only once or fail when the implementation restriction triggers. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

