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 |
wats the she bang statment with syntax?
What is a batch file used for?
How do I edit a .sh file?
How do I run a shell script on a mac?
How to check if a directory exists?
What are the 4 basics of OOP?
What does the sh command do?
How will you emulate wc –l using awk?
How to check if the previous command was run successfully?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is the basic difference you find between a shell script and perl?
how did u debugging in unix/ linux platform ??( project Related)