From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8597ef4ee4c37748dd13c12acb7dcad1@collyer.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] dumb question From: Geoff Collyer MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 27 Jun 2002 15:59:44 -0700 Topicbox-Message-UUID: bce00850-eaca-11e9-9e20-41e7f4b1d025 Lucio, try this implementation of xargs. It's what I use when very long arg lists cause trouble. #!/bin/rc # xargs cmd [arg ...] - emulate Unix xargs rfork ne ramfs split -n 500 -f /tmp/x for (f in /tmp/x*) $* `{cat $f}