I'm learning bash manual
.
At page 27/166
, I really can't understand the last Parameter Expansion:
${parameter^pattern}
${parameter^^pattern}
${parameter,pattern}
${parameter,,pattern}
Can someone please tell me what these expansions mean?
Some examples would also be appreciated.