Finding the Largest File in a Given Directory
This script accepts several arguments from the user and operates on each of them through a for loop.
The $* denotes all the arguments that are sent to the script. The loop iterates through each argument sequentially and assigns it to i.
Within the lo...
gagang.hashnode.dev1 min read