Re: problem with pathname expansion

2013-12-26 Thread Chris Down
On 2013-12-27 07:16:12 +0400, vollitwr . wrote: > Thank you very much. You had explainded the problem. However it does > not remove it. :-( It is not bug according to documentation. But it > is the pure formality only. It looks like deep and conceptual error > beyond scope of the bash developer

Re: problem with pathname expansion

2013-12-26 Thread vollitwr .
Thank you very much. You had explainded the problem. However it does not remove it. :-( It is not bug according to documentation. But it is the pure formality only. It looks like deep and conceptual error beyond scope of the bash developers. It is obvious that letters 'b' and 'B' are different

Re: I think bash logic in a loop like : while [ condition] |read somevar is flawed.

2013-12-26 Thread Chet Ramey
On 12/25/13, 1:33 AM, Pierre Gaston wrote: > If I remember correctly, POSIX allows the lastpipe behaviour. It does, in its usual fashion: "each command of a multi-command pipeline is in a subshell environment; as an extension, however, any or all commands in a pipeline may be executed in the curr

Re: problem with pathname expansion

2013-12-26 Thread Greg Wooledge
On Wed, Dec 25, 2013 at 03:11:13PM -0800, Eduardo A. Bustamante López wrote: > On Wed, Dec 25, 2013 at 06:41:17PM +0400, vollitwr . wrote: > > The patterns [A-C] and [ABC] work different! [A-C] ignores case and > > [ABC] does not. It's not actually ignoring case. It's just that in some locales,