mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 05:00:50 +02:00
commit bash-20111028 snapshot
This commit is contained in:
@@ -14,6 +14,19 @@ recho ${f/""a""b/}
|
||||
recho ${f/""c/}
|
||||
recho ${f/"$v"c/}
|
||||
|
||||
unset foo empty
|
||||
foo=aabbcc
|
||||
|
||||
recho ${foo/bb/}
|
||||
recho ${foo/bb/$empty}
|
||||
|
||||
recho ${foo/}
|
||||
recho ${empty/}
|
||||
|
||||
recho ${foo/ }
|
||||
recho ${empty/ }
|
||||
unset foo empty
|
||||
|
||||
S2=oenophile
|
||||
|
||||
recho ${S2^"$v"[aeiou]}
|
||||
|
||||
Reference in New Issue
Block a user