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 test for file properties in shell scripts?
What’s the conditional statement in shell scripting?
How do you search for a string in a directory with the subdirectories recursed?
How do you search for a string inside a given file?
How do you define a function in a shell script?
How do you remove a file?
How do you remove recursively?
How do you fire a process in the background?
How do you write a for loop in shell?
How do you do number comparison in shell scripts?
What’s the command to find out today’s date?
How do you search for a string inside a directory?