Linux Command Line – Shell Scripts: User controlled repetition with a while loop

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 let the user control whether a section of code is repeated or not in an sh/bash script. This is done using a while loop, and then prompting the user to ask if they want to repeat, reading their response, and then checking the response in the while loop test.