Differences between revisions 1 and 2
Revision 1 as of 2007-05-02 23:54:57
Size: 1045
Editor: redondos
Comment:
Revision 2 as of 2007-11-07 00:20:46
Size: 1076
Editor: cpe-74-65-28-251
Comment: printf -v added between 3.0-release and 3.1-alpha1
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
||printf -v var||3.1-alpha1||

Anchor(faq61)

Is there a list of which features were added to specific releases (versions) of Bash?

Here's a partial list of the changes, in a more compact format:

Feature

Added in version

x+=string

3.1-alpha1

printf -v var

3.1-alpha1

{x..y}

3.0-alpha

${!array[@]}

3.0-alpha

[[ =~

3.0-alpha

<<<

2.05b-alpha1

i++

2.04-devel

for ((;;))

2.04-devel

/dev/fd/N, /dev/tcp/host/port, etc.

2.04-devel

a=(*.txt) file expansion

2.03-alpha

extglob

2.02-alpha1

[[

2.02-alpha1

builtin printf

2.02-alpha1

$(< filename)

2.02-alpha1

** (exponentiation)

2.02-alpha1

\xNNN

2.02-alpha1

(( ))

2.0-beta2

BashFAQ/061 (last edited 2024-04-14 22:29:57 by emanuele6)