> Mike> This looks like a stylistic change that is contrary to the
 > Mike> existing code.  Is there some other benefit to using print?  Note
 > Mike> that the echo(1) man page says that "echo" is a built-in for ksh.
 > 
 > One reason to use print occurred to me last night: error messages should
 > usually go to stderr, not stdout, and that's easier with print ("print
 > -u2") than with echo.  So I'll go ahead with the switch to print.

While I agree using "print -u2 foo" is better, I'm not sure how it's
any harder than "echo foo >&2".

-- 
meem
_______________________________________________
tools-discuss mailing list
tools-discuss@opensolaris.org

Reply via email to