5. Copy, move, rename & delete files

5.3. Use wildcards

1. Type:
dir <ENTER>

2. Type the commands below and check the results:
dir *.txt <ENTER>
dir *john.* <ENTER>
dir *.??t <ENTER>
dir *.?xt <ENTER>

3. Explain the * and ? wildcards