Bash Scripting - String Operations
What does the Bash expression
${var#pattern} do?${var#pattern} do?${var#pattern} is used in Bash to remove a prefix pattern from the start of the variable's value.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions