Bash provides several straightforward methods to determine the length of a string
Method 1: Parameter expansion
This is the way i use most → ${#variable}
mystring=
ome examples of very simple commands and features that become very powerful when used together. In future posts we'll see real examples of bash scripts