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

8. In your home directory, list the contents of all the files and directories beginning with the letters "b" through "s" .
ls b-s
ls b>s
ls [b-s]*
ls <b-s>