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

6. Which command would you use to display all of the files and directories of any length beginning with the letters "d" or "r"?

ls d * r *
ls d? r?
ls dr *
ls [dr]*