sajad torkamani
#!/usr/bin/env bash

str="sajad"
echo "The length of the string '$str' is: ${#str}"