${name:W:<separator>:}
: Apply to each word with separator
Applies the immediately following modifier on each word in the string, but splits at <separator>
.
Links
Examples
- Replace first occurrence in each word
- Output:
1 2
value="a_aa_aaa_aaaa" echo $value:W:_:s/a/z/
1
z_za_zaa_zaaa
BashSupport Pro ist eine Zsh IDE mit Unterstützung für $varName:W - probieren Sie es jetzt aus!