IT 244: Introduction to Linux/Unix
Class 25 Ungraded Quiz
-
In a
case statement, what determines which block of code is executed?
-
How do you mark the end of a code block in a
case statement?
-
What signals the end of a pattern in a
case statement?
-
What meta-characters can you use in a
case statement pattern?
-
What pattern would you use in a
case statement if you wanted to match 11, 12 or 13?
-
What will you see on the screen if you ran a script that uses the
select statement?
-
What happens to the value chosen by the user when responding to a
select statement?
-
What function does the PS3 keyword shell variable serve in a
select statement?
-
How do you mark the beginning of a here document in a shell script?
-
How do you mark the end of a here document?