RosettaCodeData/Task/String-length/UNIX-Shell/string-length-2.sh

4 lines
97 B
Bash
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
string='Hello, world!'
length="${#string}"
echo $length # if you want it printed to the terminal