Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Chet Ramey
On 3/24/22 5:15 PM, Zachary Santer wrote: Thank you. Also, "append to a array variable" should be "append to an array variable". Thanks. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, UTech, CWRUc.

Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Zachary Santer
Thank you. Also, "append to a array variable" should be "append to an array variable". Regards, Zack On Thu, Mar 24, 2022 at 3:46 PM Chet Ramey wrote: > On 3/24/22 11:12 AM, Zachary Santer wrote: > > I'm consulting the online manual > >

Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Chet Ramey
On 3/24/22 11:12 AM, Zachary Santer wrote: I'm consulting the online manual , so if you're looking for a version number, that would be 5.1. I just now looked at doc/bash.pdf in the git repo on Savannah. No info on appending is presen

Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Zachary Santer
Neither of Mr. Wooledge's responses made it into my inbox, and they're not in my spam folder, either. I only saw them upon examining the bug-bash Archives, wondering if what I was emailing in was getting there. Thank you, sir, and pardon my misunderstanding. Regards, Zack On Thu, Mar 24, 2022 at

Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Greg Wooledge
On Thu, Mar 24, 2022 at 11:12:25AM -0400, Zachary Santer wrote: > I'm consulting the online manual > , so if > you're looking for a version number, that would be 5.1. > > I just now looked at doc/bash.pdf in the git repo on Savannah. N

Re: Bash Manual section 6.7 Arrays should mention array append notation

2022-03-24 Thread Zachary Santer
I'm consulting the online manual , so if you're looking for a version number, that would be 5.1. I just now looked at doc/bash.pdf in the git repo on Savannah. No info on appending is present under bash-5.2-testing or devel. Regards.

Re: for loop over parameter expansion of array can miss resulted empty list

2022-03-24 Thread Chet Ramey
On 3/20/22 5:05 PM, Alexey via Bug reports for the GNU Bourne Again SHell wrote: Bash Version: 5.1 Patch Level: 16 Release Status: release Description:   If use 'Parameter Expansion', for example 'Remove matching suffix pattern', on array and try to iterate over expansion result with for loo