Bash Scripting - String Operations
Given the Bash code:
What is the output?
filename="report.final.txt"
echo ${filename%.txt}What is the output?
filename="report.final.txt"
echo ${filename%.txt}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions