what are command line arguments? what is the need of those?
Answer / sumit rawat
Unix compiler reads the commands line by line and assign the arguments to it positionally. Arguments are passed from the command line into a shell program using the positional parameters $1 through to $9. Each parameter corresponds to the position of the argument on the command line.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explore about environment variables?
What lives in a shell?
What is the difference between a variable and value?
How do I run a shell script on a mac?
Which is better perl or shell scripting?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
What is a batch file used for?
How to set an array in linux?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
How do I set bash as default shell mac?
How will you emulate wc –l using awk?
What is sed in shell script?