repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
extglob2.sub
blob
f4a3b3745475a3af0f6ac869d252cb5988efba39
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