Linux Command Line – Shell Scripts: if statement, tests for greater than, less than etc.

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 perform other numeric tests in an if statement in an sh/bash script. The operators are the funny old FORTRAN -gt for greater than, -ge for greater than or equal to, etc.