We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574a90a commit 019bce2Copy full SHA for 019bce2
1 file changed
02_activities/assignments/assignment.sh
@@ -46,8 +46,11 @@ mkdir data/processed/server_logs data/processed/user_logs data/processed/event_l
46
cp data/raw/server_log_* data/processed/server_logs
47
48
# 6. Repeat the above step for user logs and event logs
49
+# user logs case
50
cp data/raw/user_log_* data/processed/user_logs
-cp data/raw/user_ipaddr_* data/processed/user_logs
51
+cp data/raw/user_ipaddr_* data/processed/user_logs
52
+
53
+# event logs case
54
cp data/raw/event_log_* data/processed/event_logs
55
56
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
0 commit comments