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 you get the value of pi till a 100 decimal places?
What is web script?
What are filters explain sort with all the options available?
What are the zombie processes?
What is an inode block?
What is in a script?
What is gui scripting?
What is the command to find out users on the system?
What is an sh file?
How to write a function?
How can you find out how long the system has been running?
What is subshell?
What are the advantages of shell scripting?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
What is a file basename?