Question: What does the following script do, please explain? #!/bin/sh (list.sh) for i in $@; do echo arg: $il done W

What does the following script do, please explain? #!/bin/sh (list.sh) for i in "$@"; do echo arg: \"$il" done W
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
