Shell Scripting Question:
How do you refer to the arguments passed to a shell script?
Answer:
, and so on. {xtypo_info}$1, $2 and so on. $0 is your script name.{/xtypo_info} is your script name.
Previous Question | Next Question |
How do you fire a process in the background? | What’s the conditional statement in shell scripting? |