Question: When the script foo -l -t bar[1-3] runs, what values do $# and $* acquire? Does it make any difference if the option are combined
When the script foo -l -t bar[1-3] runs, what values do $# and $* acquire? Does it make any difference if the option are combined (e.g. foo -lt bar[1-3])? Note: assuming that the files bar1, bar2 and bar3 exist.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
