2022年1月20日(木) 9:39 Chet Ramey <chet.ra...@case.edu>: > It will be in bash-5.2-beta.
Thank you for the clarification. > There is fairly extensive documentation in the current version of the > texinfo manual. Take a look; tell me what you think. Sorry, I hadn't checked the bashref.html of the devel branch. Now I have read the description. I think this is sufficiently clear, and in particular, these examples are very useful to understand the actual behavior. I like it. I couldn't find similar explanations or examples for glob operators (*, ?, [, @(), etc.) of ${var#pat}, ${var%pat}, and ${var/pat} and anchors # and % of ${var/#pat} and ${var/%pat}, but maybe we can have similar examples also for those pattern strings. -- Koichi