We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 728eedc + ea20676 commit b2789cfCopy full SHA for b2789cf
1 file changed
02_activities/assignments/assignment.sh
@@ -20,6 +20,7 @@ cd newproject
20
21
mkdir analysis output
22
touch README.md
23
+echo "# Project Name: DSI Consulting Inc." > README.md
24
touch analysis/main.py
25
26
# download client data
@@ -50,6 +51,7 @@ cp data/raw/*user*.log data/processed/user_logs
50
51
cp data/raw/*event*.log data/processed/event_logs
52
53
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
54
+rf -rf ./data
55
rm data/processed/user_logs/*ipaddr*
56
rm data/raw/*ipaddr*
57
0 commit comments