CS223 Linux – 8H3 For loop using user values for start, finish and increment

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 create for loops that can be customized by the user in an sh/bash script. This is done by prompting for, and reading user input for the start, end and increment values and tests; and then using variables to add these values to the for statement.