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
@@ -55,8 +56,12 @@ cp ./data/raw/*user* ./data/processed/user_logs
5556cp ./data/raw/* event* ./data/processed/event_logs
5657
5758# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
59+ <<< <<< < HEAD
5860rm ./data/raw/* ipaddr*
5961rm ./data/processed/user_logs/* ipaddr*
62+ =======
63+ rf -rf ./data
64+ >>>>>>> ea20676d33161a6f4d0fcd3c4f7aa5360f0f4309
6065
6166# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
6267find ./data/processed -mindepth 2 -type f > ./data/inventory.txt
You can’t perform that action at this time.
0 commit comments