Linux Command Line – Regular Expressions: Occurrence range {i,j}

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 control the number of occurrences in a regular expression so that they fall in a range using {i,j} where i the lowest or minimum number of occurrences and j is the highest or maximum number.