Linux Command Line – Shell Scripts: Using else and elif (else if) in sh/bash scripts

This video was created for students in my college class on using the Linux/UNIX command line (tonysako.com). In this video you will learn how to use the else and elif statements in an sh/bash script. The elif is the bash way of saying “else if”.