Study the following filenames which contain wildcards.
[A-Za-z]*.txt
text.*
file?.txt
[!0-9]*.tex
• Give three examples of filenames that would match each of the following wildcard patterns.
• Give three examples of filenames that would not match each of the above wildcard patterns.