We have bash script ~/myscript shown below:
Shift echo $2
We call this script:
~/myscript alpha beta gamma delta.
What will we see?
A.
alpha
B.
beta
C.
gamma
D.
delta
We have bash script ~/myscript shown below:
Shift echo $2
We call this script:
~/myscript alpha beta gamma delta.
What will we see?
We have bash script ~/myscript shown below:
Shift echo $2
We call this script:
~/myscript alpha beta gamma delta.
What will we see?
A.
alpha
B.
beta
C.
gamma
D.
delta