File tree Expand file tree Collapse file tree
02_activities/assignments Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ cd newproject
1818
1919mkdir analysis output
2020touch README.md
21+ echo " # Project Name: DSI Consulting Inc." > README.md
2122touch analysis/main.py
2223
2324# download client data
@@ -46,8 +47,7 @@ cp ./data/raw/*server*.log ./data/processed/server_logs
4647cp ./data/raw/* user* .log ./data/processed/user_logs
4748cp ./data/raw/* event* .log ./data/processed/event_logs
4849# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
49- rm ./data/raw/* ipaddr*
50- rm ./data/processed/user_logs/* ipaddr*
50+
5151# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
5252find ./data/processed -type f > ./data/inventory.txt
5353
You can’t perform that action at this time.
0 commit comments