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 |
defination of mapfile in winrunner?
what is tickets $ what low,medium,high priorite pls define time also
What does the sh command do?
How important is shell scripting?
What are the different variables present in linux shell?
What is wc in shell script?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What is a boot block?
What are filters explain sort with all the options available?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What language is bash?
How do I edit a .sh file?