IT 244: Introduction to Linux/Unix
Class 26 Ungraded Quiz
-
If the variable dir_name had the value "hw", how
would you use this variable to create the string "hw10"?
-
What is the value stored in the special parameter $ ?
-
What is the value stored in the special parameter ! ?
-
What is the value stored in the special parameter ? ?
-
What is the value stored in the positional parameter 0 ?
-
What are the values stored in the positional parameters 1 to n ?
-
What is the value stored in the special parameters * and @ ?
-
How are the values of the special parameters set?
-
What happens after the following command is run in a script?
shift
-
What happens after the following command is run in a script?
shift 2