Customizing Linux File Listing | Challenge

# Introduction In this challenge, we will implement a script called `newls.sh` that can display the sizes of all the files and directories in a specified directory. The script should output the sizes in the same format as the `ls -lh` command. This challenge will test your knowledge of Linux file operations, retrieving storage information for directories, and bash script programming. Good luck!

|60 : 00

Click the virtual machine below to start practicing