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 |
Is powershell a language?
shell script for reverse the string
Write the syntax for "if" conditionals in linux?
What does $@ mean bash?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
Print the 10th line without using tail and head command.
What are the advantages of using shell scripts?
What is the command to find out users on the system?
Write a shell script to get current date, time, user name and current working directory.
In which variable prompt value is stored?
How do I save a powershell script?
How to customise the existing shell?