Short Answer
Match each correct item with the statement below.
a.counter variable
b.decision construct
c.environment variables
d.file descriptors
e.hashpling
f.loop construct
g.redirection
h.Standard Error (stderr)
i.Standard Input (stdin)
j.Standard Output (stdout)
-A special construct used in a shell script to alter the flow of the program based on the outcome of a command or contents of a variable. Common decision constructs include if, case, &&, and ||.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: The ability to extract, manipulate, and format
Q5: What two BASH environment variables represent the
Q6: What environment file is always executed immediately
Q7: In an if construct, what statements are
Q8: What permissions are required to execute a
Q10: What number represents the stdin file descriptor?<br>A)
Q11: Select the escape sequence that starts a
Q12: The default BASH shell prompt is set
Q13: What operator below is known as the
Q14: Any command that can be executed on