Linux Command Line – Shell Scripts: For loop start, end and increment values

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 manipulate the start, end and increment values and tests in a for loop in an sh/bash script. You will learn how to use a loop to count up or count down, how to count by increments other than 1, and how to avoid infinite loops.