Bash Scripting - String Operations
What will be the output of the following Bash code?
file="document.final.backup"
echo ${file%.backup}file="document.final.backup"
echo ${file%.backup}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions