Dan Price writes: > > scripts/webrev.sh > > > > 539: wouldn't "perl -e" work? > > Perhaps-- is there any particular advantage?
Not needing a temp file, maybe? It just seems strange to invoke nawk normally, but then resort to indirection to invoke perl. > > 581: seems to leave temp files lying around. > > The script has a convention that $$.* is made by it. It will nuke > all /tmp/$$.* files: > > trap "rm -f /tmp/$$.* ; exit" 0 1 2 3 15 Ah, ok. I missed that. Seems a bit violent, but ok. -- James Carlson, KISS Network <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org