Parameter Expansion
Bash parameter expansion allows you to manipulate portions of parameters, which are variables or strings. It is a useful feature to transform strings in various ways.
Some common parameter expansions are:
${parameter}: Simply refer to the value of a...
sagecode.hashnode.dev3 min read