variable="abc hello"
How do you count it (note blank/white space counts as a character too)?
echo "${#variable}"
9
bash, length, charactersvariable, quot, abc, echo, variable,