Shell Scripting Question:
Download Questions PDF

How do you refer to the arguments passed to a shell script?

Shell Scripting Interview Question
Shell Scripting Interview Question

Answer:

, and so on. {xtypo_info}$1, $2 and so on. $0 is your script name.{/xtypo_info} is your script name.

Download Shell Scripting Interview Questions And Answers PDF

Previous QuestionNext Question
How do you fire a process in the background?What’s the conditional statement in shell scripting?