e6a80309e0
Also updated the script that counts questions to actually update the number in README.md
382 B
382 B
Create & Destroy
Objectives
- Create a file called
x
- Create a directory called
content
- Move
x
file to thecontent
directory - Create a file insidethe
content
directory calledy
- Create the following directory structure in
content
directory:dir1/dir2/dir3
- Remove the content directory
Solution
Click here to view the solution.