We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59da4b commit 9dc65a6Copy full SHA for 9dc65a6
1 file changed
02_activities/assignments/assignment.sh
@@ -38,7 +38,8 @@ mv rawdata raw
38
39
# 3. List the contents of the ./data/raw directory
40
cd raw
41
-ls raw
+pwd
42
+ls ./data/raw
43
44
# 4. Create the directory ./data/processed,
45
# then create the following sub-directories within it: server_logs, user_logs, and event_logs
0 commit comments