i-bash/tests/extglob2.sub

8 lines
95 B
Text
Raw Normal View History

LANG=en_US.UTF-8
shopt -s extglob
a="aaaäöü"
echo "${a}" "${a//?aa}" "${a//\aaa}"
exit 0