File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
02_activities/assignments Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
4141cp ./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
You can’t perform that action at this time.
0 commit comments