Choose the command used to perform each of the following tasks.
5. Which command would you use to change to your home directory and list the contents on the same command line?
cd/home > ls
cd/home ? ls
cd; ls
cd home | ls