Determine String Lengths in Shell Script

# Introduction In this challenge, we will learn how to find the length of strings using arrays in a shell script. We will pass some names or strings from the command-line and print their lengths one-by-one. This will help us to understand more about string manipulation in shell scripts.

|60 : 00

Click the virtual machine below to start practicing