We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb8d71 commit a45cd2aCopy full SHA for a45cd2a
1 file changed
02_activities/assignments/assignment.sh
@@ -46,8 +46,8 @@ mkdir ./data/processed/event_logs
46
cp ./data/raw/*server*.log ./data/processed/server_logs
47
48
# 6. Repeat the above step for user logs and event logs
49
-cp ./data/raw/*server*.log ./data/processed/user_logs
50
-cp ./data/raw/*server*.log ./data/processed/event_logs
+cp ./data/raw/*user*.log ./data/processed/user_logs
+cp ./data/raw/*event*.log ./data/processed/event_logs
51
52
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
53
find ./data/raw ./data/processed/user_logs -type f -name '*ipaddr*'
0 commit comments