#!/bin/bash
str="she is a beautiful girl"
echo ${#str}
echo -e "\n"