On Mon, May 4, 2026 at 10:03 AM Chet Ramey <[email protected]> wrote: > > On 4/29/26 8:39 AM, Jackson Hansen wrote: > > Implement the @R parameter transformation to reverse the order of > > list-valued parameter expansions. > > Thanks for the proposal and implementation. I'll consider it for a > future version of bash.
This would definitely see a fair bit of use. If you want to iterate through array elements in reverse order, currently you're stuck using an arithmetic for loop to iterate through their indices in reverse order. Something I've done myself.
