Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
bash4 [2012/09/09 19:35] thebonsai [Misc] syslog details |
bash4 [2013/04/14 12:09] thebonsai [Bash 4 - a rough overview] |
||
---|---|---|---|
Line 2: | Line 2: | ||
:V4: | :V4: | ||
+ | |||
+ | <note>Attention: Since Bash 4 has been around for quite some time now (4.3 will come soon), I consider it to be "standard". This page is not maintained anymore and is left here to keep your links working. See the [[scripting:bashchanges]] page for new stuff introduced.</note> | ||
Beside many bugfixes since Bash 3.2, Bash 4 will bring some interesting new | Beside many bugfixes since Bash 3.2, Bash 4 will bring some interesting new | ||
Line 105: | Line 107: | ||
==== Brace Expansion ==== | ==== Brace Expansion ==== | ||
- | The brace expancion was tuned to provide expansion results with leading zeros | + | The brace expansion was tuned to provide expansion results with leading zeros |
when requesting a row of numbers. | when requesting a row of numbers. | ||