Homeunix Write a shell script to find length of string Vikram somai August 31, 2021 0 Comments Facebook Twitter Write a shell script to find length of string code: echo “enter the string” read a expr length $a output: $ bash find.sh enter the string hello 5 Tags unix Facebook Twitter
Post a Comment
If you have any doubts, Please let me know
Thanks!