<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>On 2019-04-10 11:12, Kevin McGregor wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">
<div dir="ltr">
<div>Further to last night's RTFM:</div>
<div> </div>
<div>Solaris 10's 'xargs' does *not* appear to support -P:</div>
<div>xargs: Usage: xargs: [-t] [-p] [-e[eofstr]] [-E eofstr] [-I replstr] [-i[replstr]] [-L #] [-l[#]] [-n # [-x]] [-s size] [cmd [args ...]]</div>
<div> </div>
<div>On the bright side (crossing my fingers), we won't be supporting the Solaris 10 boxes much longer. Well, maybe only one of them, but it shouldn't need much attention. After this summer we'll need to support just one app/DB pair of zones.</div>
</div>
</div>
<br />
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">_______________________________________________<br /> Roundtable mailing list<br /> <a href="mailto:Roundtable@muug.ca">Roundtable@muug.ca</a><br /> <a href="https://muug.ca/mailman/listinfo/roundtable" target="_blank" rel="noopener noreferrer">https://muug.ca/mailman/listinfo/roundtable</a></div>
</blockquote>
<p>Well, shoot.</p>
<p>That leaves make(1) for doing things in parallel on S10, then.  Similarly, one could write out a temporary makefile then invoke make -j.  Wait, that's part of the PWB on Sol10, never mind :-(.</p>
<p>To my surprise, the -P (parallel) option is <span style="text-decoration: underline;">not</span> part of any POSIX or X/Open or SUS specification that I can find right now, but it's sufficiently widespread that (as long as you don't need to run Solaris 10) I'm still calling that "portable".  -Ish.</p>
<p>-Adam</p>

</body></html>