Task: Use the touch command to create two new files in the stuff directory named carrot.txt and blue.txt
  1. Ensure that you are in the color directory

  2. Move back up into the stuff directory
    • Type: cd ..

  3. Create the file carrot.txt
    • Type: touch carrot.txt

  4. Repeat step 3 to create the file blue.txt
    • Type: touch blue.txt

  5. Use the list command to ensure that the files were created successfully.
    • Type: ls