The Bash interpreter performs filename expansion on commands when we want to reference files as a group by using one or more wild card characters. The * means "everything" so for instance *.* means "everything with a period in its name". Here we see some examples of the three most common wildcards, *, ? and [ ]. Note: we see further examples of wildcards in chapter 10.
NOTE: to replay, right click and select Play