We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e81c24 commit 4040723Copy full SHA for 4040723
1 file changed
assignment.sh
@@ -28,7 +28,7 @@ unzip -q rawdata.zip
28
# Complete assignment here
29
30
# 1. Create a directory named data
31
-mkdir -p ./data
+mkdir data
32
# 2. Move the ./rawdata directory to ./data/raw
33
mv ./rawdata ./data/raw
34
# 3. List the contents of the ./data/raw directory
0 commit comments