Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15355 > unrolled thread
| Started by | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| First post | 2019-09-10 10:32 -0400 |
| Last post | 2019-09-10 10:32 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Question about help information for the printf command Chet Ramey <chet.ramey@case.edu> - 2019-09-10 10:32 -0400
| From | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| Date | 2019-09-10 10:32 -0400 |
| Subject | Re: Question about help information for the printf command |
| Message-ID | <mailman.91.1568125958.2190.bug-bash@gnu.org> |
On 9/9/19 10:45 PM, 2477441814 wrote: > Dear team, > > > when I invoke 'help printf' in terminal to view help manual, It shown me '%b %q %(fmt)T' is an addition to printf(1) and printf(3), The online version of bash manual from (http://www.gnu.org/software/bash/manual/bash.html) does samely describe. but from GNU coreutils 8.22 which installed on my computer, It had support '%b', and GNU coreutils 8.31 support both '%b' and '%q', so I think it's necessary to modify description. The %b format specifier in printf(1) is a POSIX addition to the formats that printf(3) supports. The %q and %T specifiers are non-standard and not supported by all standalone printf implementations. Chet -- ``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/
Back to top | Article view | gnu.bash.bug
csiph-web