Bash Scripting - String Operations
Which of the following bash commands correctly outputs the length of the string stored in variable
message?message?${#var} returns the length of the string in var.message="test" outputs 4 [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions