Chet Ramey <[EMAIL PROTECTED]> wrote: > The SUSv3 has `none' in the OPTIONS section of the printf description. > The description of that value in the `Utility Description Defaults' > section of the standard requires that commands which accept operands > but not options to recognize `--' and handle it appropriately.
Ok. coreutils' printf does handle the "--" case. But other strings beginning with "-" are treated as format strings. I think that conforms, but I agree that it's less useful. Solaris printf is the only one I can find that agrees with coreutils; {Free,Net,Open}BSD agree with bash. paul _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash