bash4 looks good on paper, and I think I’ll build it and give it a test drive.
In the meantime…
Anyone who has done the same care to share their expierence?
It would be particularly interesting to hear of any issues with old bash code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The bash NEWS file, repro’d here with some summary, has some good info. Big new features include:
array[name], and access with${array[name]}**glob pattern: match all files and “zero or more” directoriescoprockeyword to spawn another process, then redirect its I/O to the currently existing shell (or another process, if you so desire)