what are command line arguments? what is the need of those?
Answer Posted / 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 |
Post New Answer View All Answers
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
How does path variable work?
write a shell script to check the failed jobs?
How do I run a .sh file?
What are the different types of commonly used shells on a typical linux system?
What does sh mean?
What is web script?
State the advantages of shell scripting?
Is it possible to substitute "ls" command in the place of "echo" command?
What are the advantages of shell script?
Explain about return code?
Which scripting language is best for automation?
How do I debug a shell script?
How does shell scripting work?
What makes c shell a more preferable option than the bourne shell?