Conditional statements for testing variables and then selecting what code to execute, exist in the shell.

Example Scripts
  1. Simple if
  2. If-Else
  3. If- else- if with exit
  4. Nested ifs
  5. File type IFs
  6. File Type If- else- if
  7. Look For uses /dev/null
  8. Testing Files with a loop
  9. Testing Files with args with a loop