Display Filesystem Free Space Utilization

# Introduction The `freeSpace.sh` script is designed to display the names of any file-system which have less than `n%` free space available. It makes use of the `df`, `tr` and `cut` commands to retrieve information about the file-systems present in the system and then filters out the ones that have less than `n%` free space remaining.

|60 : 00

Click the virtual machine below to start practicing