Convert Strings with Shell Script

# Introduction In this challenge, we will write a shell script to convert a given string to either upper case or lower case based on the user's input. We will use the `tr` command to perform the string conversion. The script will take a filename as input and ask the user to select the conversion option.

|60 : 00

Click the virtual machine below to start practicing