Choose the command used to perform each of the following tasks.

4. What is the command that will display any files that have names ending in the letter e?
cat *e
ls *e
dir *e
ls [e]*