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.
|
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. | ||||
|
feedback
|
|
The bash NEWS file, repro'd here with some summary, has some good info. Big new features include:
| |||
|
feedback
|
|
There is a compatibility document that covers all versions of bash through to 4.1. Tightening up of POSIX compliance is one area where differences with version 3.2 have arisen. | ||||
|
feedback
|
casestatements too (no defaultbreak). In fact, you can even make it execute statements corresponding to non-matches incase. Take that, C! :-) – Alok Jan 12 '10 at 2:27