Re: [PATCH] printf: add %#s alias to %b

2023-09-06 Thread William Bader
Has bash ever had a change before that would break valid scripts? Could the printf format change be settable by a variable or by an option like the -e/-E in echo? Is it necessary for bash printf to match C printf? I suppose that it is already decided. Could the bash printf implementation warn

bash-4.3 and ulimit -T

2015-02-23 Thread William Bader
I am running bash 4.3.33 that I built from source on Fedora 20 3.18.7-100.fc20.x86_64. When I run "help ulimit", the line for "-Tthe maximum number of threads" does not line up with the other options because the message in ulimit_doc[] around line 1443 of ulimit.c has 4 spaces after the -T i