Write Shell Script to List Directory Contents

# Introduction In this challenge, we will write a shell script that takes any number of directories as command-line arguments and then lists the contents of each of these directories. We will not use the `ls` command and instead print the content of the directories using loops. The script will work like the `ls` command and if no arguments are passed, it will list the contents of the current directory.

|60 : 00

Click the virtual machine below to start practicing