Name for ${...} constructs (for strings and arrays) in bash?
Hope that helps Bash allows things like ${string} (string length) or
${array[10]} (indexing array). There's many more forms than the above, for
example ones for trimming, replacing, changing case, etc. , These are
"parameter expansion" constructs. Se
Date : January 05 2021, 11:29 AM , By : bjorngylling