Skip to content

Commit a45cd2a

Browse files
committed
Q6 corrected
1 parent efb8d71 commit a45cd2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ mkdir ./data/processed/event_logs
4646
cp ./data/raw/*server*.log ./data/processed/server_logs
4747

4848
# 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
49+
cp ./data/raw/*user*.log ./data/processed/user_logs
50+
cp ./data/raw/*event*.log ./data/processed/event_logs
5151

5252
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
5353
find ./data/raw ./data/processed/user_logs -type f -name '*ipaddr*'

0 commit comments

Comments
 (0)