Explain the concept of using script parameters in CentOS 7?

What will be an ideal response?


Script parameters can contain any information you need to pass to a batch program when you execute it. The parameters $0 through $9 are separated by spaces, commas, or semicolons. The parameter $0 contains the name of the batch command as it appears on the command line when the batch is executed. The parameter $1 represents the first string typed after the batch command, $2 represents the second string, and so on.

Computer Science & Information Technology

You might also like to view...

The item in the black oval in the accompanying figure is the target button.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The ________ writing style uses the term References for the list of references

Fill in the blank(s) with correct word

Computer Science & Information Technology

You can use the InputBox function instead of a TextBox object to obtain input.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a flowchart, the ____ is used to represent processing.

A. circle B. diamond C. triangle D. rectangle

Computer Science & Information Technology