Re: String substitution bug

2024-11-25 Thread marcel.plch
On Monday, November 25th, 2024 at 5:49 PM, Chet Ramey wrote: > On 11/23/24 9:29 PM, marcel.plch via Bug reports for the GNU Bourne Again > SHell wrote: > > > Thank you for clarifictaion. > > > > Maybe adding an extra clarification to the bash manpage > >

String substitution bug

2024-11-23 Thread marcel.plch
Hello Seems like a bug to me. In such a case, please confirm and I will help to investigate Repeat-By: Run this shell script: FOO="1 dir/hello.txt" echo ${FOO/[:space:]*/Hello} Thank you for your time -- Dormouse publickey - marcel.plch@proton.me - 0x1094A451.asc Description: applica

Re: String substitution bug

2024-11-23 Thread marcel.plch
On Sunday, November 24th, 2024 at 3:05 AM, Lawrence Velázquez wrote: > On Sat, Nov 23, 2024, at 7:11 PM, marcel.plch via Bug reports for the GNU > Bourne Again SHell wrote: > > > I am trying to do some file management in bash and I have strings in > > this format: >