Linux Command Line – Shell Scripts: A basic loop using the for statement

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 code that repeats using a for loop, using the sh/bash syntax. Loops are useful when you need to do the same thing multiple times.