]> git.ipfire.org Git - thirdparty/bash.git/blob - tests/extglob2.sub
Bash-4.4 patch 19
[thirdparty/bash.git] / tests / extglob2.sub
1 LANG=en_US.UTF-8
2
3 shopt -s extglob
4 a="aaaäöü"
5
6 echo "${a}" "${a//?aa}" "${a//\aaa}"
7 exit 0