Skip to content

Commit 09d5e1d

Browse files
committed
Q6
1 parent 35658d1 commit 09d5e1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ mkdir -p data/processed/event_logs
4040
# 5. Copy all server log files (files with "server" in the name AND a .log extension) from ./data/raw to ./data/processed/server_logs
4141
cp ./data/raw/*server*.log ./data/processed/server_logs
4242
# 6. Repeat the above step for user logs and event logs
43-
43+
cp ./data/raw/*user*.log ./data/processed/user_logs
44+
cp ./data/raw/*event*.log ./data/processed/event_logs
4445
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
4546

4647
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed

0 commit comments

Comments
 (0)