On Wed, Feb 23, 2005 at 11:33:03AM -0500, Paul D. Smith wrote: > The only quirk in this solution is that all output goes to stderr > instead of stdout.
And, it uses shell which is starting processes and is therefore a lot slower than a builtin function would be in case you care about performance. Ken _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
