Format specifier for printf in manual

2021-12-21 Thread fatiparty--- via Bug reports for the GNU Bourne Again SHell
-- Sent with Tutanota, the secure & ad-free mailbox. Dec 21, 2021, 23:35 by chet.ra...@case.edu: > On 12/21/21 6:12 PM, fatiparty--- via Bug reports for the GNU Bourne Again > SHell wrote: > >> It is still something that needs fixing.  Cannot see that it is descri

Format specifier for printf in manual

2021-12-21 Thread fatiparty--- via Bug reports for the GNU Bourne Again SHell
Dec 21, 2021, 22:51 by v...@larryv.me: > On Tue, Dec 21, 2021, at 5:40 PM, fatiparty--- via Bug reports for the GNU > Bourne Again SHell wrote: > >> Have tried to read some information about the format specifier for >> printf, particularly the width, precision and left jus

Format specifier for printf in manual

2021-12-21 Thread fatiparty--- via Bug reports for the GNU Bourne Again SHell
Have tried to read some information about the format specifier for printf,  particularly the width, precision and left justification for %s, but could not find any.

Gnu Bash Manual - Getting the Array Size

2021-12-16 Thread fatiparty--- via Bug reports for the GNU Bourne Again SHell
Have been reading the Gnu Bash Manual "6.7 Arrays" and there is no mention of ${#name[*]} to get the array size.