After completing this module, you should be able to:
- Implement and check the use of exit status.
- Construct meaningful statements using the test and [ ] commands.
- Implement string operators, integer operators, file operators and logical operators.
- Create valid and meaningful if-then-else and case statements.
- Identify the proper use of the && and || commands.
Commands:
- exit status
- exit command
- test
- [ ]
- if-then-else
- case
- &&
- ||
- :