How do you refer to the arguments passed to a shell script?
Answer / chaitanya
, and so on. {xtypo_info}$1, $2 and so on. $0 is your script name.{/xtypo_info} is your script name.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you do number comparison in shell scripts?
How do you find out what’s your shell?
How does a case statement look in shell scripts?
How do you stop all the processes, except the shell window?
How do you find out the current directory you’re in?
How do you test for file properties in shell scripts?
How do you fire a process in the background?
How do you find out your own username?
How do you search for a string inside a given file?
How do you remove recursively?
How do you write a while loop in shell?
How do you find out the number of arguments passed to the shell script?