InterviewSolution
Saved Bookmarks
| 1. |
What are control instructions? |
|
Answer» Control instructions specify how the different instructions will be EXECUTED in the script. They are primarily used to DETERMINE the control flow in Shell programs. The execution of a shell script proceeds in succession WITHOUT these instructions. In shell programs, control instructions govern how execution flows. |
|