1. Shell scripts support many shell script ____________________, including those for assigning the
contents of a shell variable, for evaluating information, for performing mathematical operations, and
for piping or redirection of input/output.
2. Logic structures supported by shell scripts include: sequential logic, decision logic, looping logic, and
____________________ logic.
3. ____________________ are text files that contain sequences of UNIX/Linux commands.
4. The ____________________ variable provides a list of directory locations where UNIX or Linux
looks to find executable scripts or programs.
5. The ____________________ shell is similar to the Bash shell in many respects, but has syntax similar
to that of C programming.
6. ____________________ operators are used to assign a value to a variable.
7. You use the ____________________ command to loop through a range of values.
8. The ____________________ command, used to run a shell script, includes several options for
debugging.