Re: Some globstar patterns produce duplicate entries and a null filename

2012-12-05 Thread Roman Rakus
On 12/05/2012 04:07 AM, Chet Ramey wrote: On 12/1/12 10:41 AM, Ulf Magnusson wrote: GNU bash, version 4.2.24(1)-release (i686-pc-linux-gnu) Take the following example, assumed to be run in an empty directory: $ mkdir a $ echo ** a $ echo **/** a a $ echo **/**/** a a a I would expect the

Document argument reuse behavior in 'help printf'?

2012-12-05 Thread Ulf Magnusson
Only the manual mentions that "the format is reused as necessary to consume all of the arguments"; it would be nice if this was in 'help printf' too. /Ulf