${name:u}
: Uppercase
Uppercase the variable value.
Links
Examples
- Print uppercase value of a variable
- Output:
1 2
name="Jack Dalton" echo $name:u
1
JACK DALTON
BashSupport Pro 是一款支持 u** 的 **Zsh 集成开发环境 - 立即试用!
${name:u}
: UppercaseUppercase the variable value.
|
|
|
|