Concept Flow - String prefix removal (${var#pattern})
Start with variable var
Apply pattern match from start
Remove shortest matching prefix
Return modified string
End
This flow shows how bash removes the shortest matching prefix pattern from a variable's value.