We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6abeeab + ea20676 commit 4dde652Copy full SHA for 4dde652
1 file changed
02_activities/assignments/assignment.sh
@@ -18,6 +18,7 @@ cd newproject
18
19
mkdir analysis output
20
touch README.md
21
+echo "# Project Name: DSI Consulting Inc." > README.md
22
touch analysis/main.py
23
24
# download client data
@@ -41,6 +42,7 @@ unzip -q rawdata.zip
41
42
# 6. Repeat the above step for user logs and event logs
43
44
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
45
+rf -rf ./data
46
47
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
48
0 commit comments