How to use 'for' loops in the BASH command line.
0:00 What is a 'for' loop?
0:23 Iterating through a list
00:30 for & 'do' & 'done'
0:56 Alternative formats and whitespace
1:22 Using character ranges
1:36 Using number ranges
2:00 Example A
2:22 Example B