Long and Short

# Introduction In this challenge, we will write a shell script to display the longest and shortest user-names on the system. We will fetch user-names from the `/etc/passwd` file and use string operations to find the longest and shortest names. This challenge will help us learn about the `etc` configuration files and how to work with arrays and string operations in shell scripts.

|60 : 00

Click the virtual machine below to start practicing