I just want to echo an incremented string length. For example:
STR="test"
echo ${#STR}
It prints 4, but I want to print 5.
Read more here: https://stackoverflow.com/questions/65076506/bash-increment-length-of-string
Content Attribution
This content was originally published by GeoCap at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.