Variable
Variable
Variable substitution within quotes
Get the length of variable
Get the first character of the variable
Remove the first or last string from variable
Replacement (e.g. remove the first leading 0 )
Replacement (e.g. replace 'a' with ',')
Replace all (e.g. replace all 'a' with ',')
To change the case of the string stored in the variable to lowercase (Parameter Expansion)
Expand and then execute variable/argument
Last updated