In this exercise, you will create an organizational directory structure to store all of your future assignments in CS-210 then traverse the entire directory structure to practice navigating the filesystem.
Commands to be used for this exercise include:
1. Inside your home directory, please create the following directories:
2. Next change directory into your cs210_exercise_2 directory and run the following command: tree -I output.txt > ./cs210_exercises/cs210_exercise_2/output.txt
Please submit the output.txt to Canvas.