[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] printf: add %#s alias to %b
From: |
Chet Ramey |
Subject: |
Re: [PATCH] printf: add %#s alias to %b |
Date: |
Wed, 6 Sep 2023 09:03:29 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 |
On 9/5/23 10:13 PM, William Bader wrote:
Has bash ever had a change before that would break valid scripts?
Yes, but I try to keep those to a minimum.
Could the printf format change be settable by a variable or by an option
like the -e/-E in echo?
It could, sure. Anything is possible.
Is it necessary for bash printf to match C printf?
No. That's the heart of it.
I suppose that it is already decided.
The austin group has decided what they'd like to do, and what they'd like
implementors to do. The question is whether or not people go along with it.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
- Re: [PATCH] printf: add %#s alias to %b, Chet Ramey, 2023/09/01
- Re: [PATCH] printf: add %#s alias to %b, enh, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, Chet Ramey, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, Dragan Simic, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, Chet Ramey, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, Rob Landley, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, enh, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b, Chet Ramey, 2023/09/06
- Re: [PATCH] printf: add %#s alias to %b, William Bader, 2023/09/05
- Re: [PATCH] printf: add %#s alias to %b,
Chet Ramey <=
- Re: [PATCH] printf: add %#s alias to %b, Eric Blake, 2023/09/06
- Re: [PATCH] printf: add %#s alias to %b, Chet Ramey, 2023/09/06
- Re: [PATCH] printf: add %#s alias to %b, Robert Elz, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Zachary Santer, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Robert Elz, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Eric Blake, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Pádraig Brady, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Zachary Santer, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Robert Elz, 2023/09/07
- Re: [PATCH] printf: add %#s alias to %b, Greg Wooledge, 2023/09/06