Write a shell script to test the length of string is zero or not.

echo “enter the string”

read a

expr length $a

Post a Comment

If you have any doubts, Please let me know
Thanks!

Previous Post Next Post