Command to Print the 3rd Argument

What is the command to print the 3rd argument within this variable var={123 def ghi 456};
a) echo $3v
b) echo $v3
c) echo$3$v
d) None of these

Showing Answers 1 - 3 of 3 Answers

malu

  • Nov 19th, 2016
 

echo $3v

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions