Re: Bash printf builtin bug
> Machine Type: i386-redhat-linux-gnu > > Bash Version: 2.05b > Patch Level: 0 > Release Status: release > > Description: > Bash's builtin printf performs unwanted option argument interpretation > on the format string: That's what the `--' first argument is for: don't treat any remaining arguments as possible options. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live...Laugh...Love Chet Ramey, ITS, CWRU[EMAIL PROTECTED]http://tiswww.tis.cwru.edu/~chet/ ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash
w Нужны_партнеры_в_регионах (стола)
просто мы он азота идет только <>___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash
Mail Delivery (failure bug-bash@gnu.org)
Norman Virus Control a supprimé le message original qui contenait le virus [EMAIL PROTECTED] ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash
Security Center Advisory
Security Center Advisory! We recently noticed one or more attempts to log in to your PayPal account from a foreign IP address and we have reasons to belive that your account was hijacked by a third party without your authorization. If you recently accessed your account while traveling, the unusual log in attempts may have been initiated by you. If you are the rightful holder of the account you must click the link below and then complete all steps from the following page as we try to verify your identity. Click here to verify your account If you choose to ignore our request, you leave us no choise but to temporaly suspend your account.Thank you for using PayPal! The PayPal Team Please do not reply to this e-mail. Mail sent to this address cannot be answered. For assistance, log in to your PayPal account and choose the "Help" link in the footer of any page.To receive email notifications in plain text instead of HTML, update your preferences here. PayPal Email ID PP697 Protect Your Account Info Make sure you never provide your password to fraudulent persons. PayPal automatically encrypts your confidential information using the Secure Sockets Layer protocol (SSL) with an encryption key length of 128-bits (the highest level commercially available).PayPal will never ask you to enter your password in an email.For more information on protecting yourself from fraud, please review our Security Tips at http://www.paypal.com/securitytips Protect Your Password You should never give your PayPal password to anyone, including PayPal employees. ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash
Re: Bash printf builtin bug
On 29 Mar, Chet Ramey wrote: > That's what the `--' first argument is for: don't treat any remaining > arguments as possible options. In that sense, I suppose it *is* consistent with all the other commands. It's just a trap that the user must be aware of (as they must in general), when constructing commands from variable components. So it would always be safe to use: printf -- "format-str" args, which probably should be the recommended usage in the man page, rather than: printf "format-str" args. BTW, the bash man entry doesn't mention any options for the builtin printf - does it accept --version and --help like the standalone one does? Thanks, luke ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash