Bash Scripting - String Operations
What is wrong with this code snippet?
var="hello world"
echo ${var:5,3}var="hello world"
echo ${var:5,3}${var:5,3} which is invalid and causes a syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions