Question: A shell script named foo is executed as follows: ./foo a b c 'a ' Inside the script is the line: head $* How many
A shell script named foo is executed as follows: ./foo a "b c" 'a ' Inside the script is the line: head "$*" How many arguments are passed to the head command inside the script?
| 1 |
| 4 |
| 3 |
| 2 |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
