Skip to content

Commit b2789cf

Browse files
committed
Merge branch 'coworker-changes' of https://github.com/UofT-DSI/shell into assignment
2 parents 728eedc + ea20676 commit b2789cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ cd newproject
2020

2121
mkdir analysis output
2222
touch README.md
23+
echo "# Project Name: DSI Consulting Inc." > README.md
2324
touch analysis/main.py
2425

2526
# download client data
@@ -50,6 +51,7 @@ cp data/raw/*user*.log data/processed/user_logs
5051
cp data/raw/*event*.log data/processed/event_logs
5152

5253
# 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
5355
rm data/processed/user_logs/*ipaddr*
5456
rm data/raw/*ipaddr*
5557

0 commit comments

Comments
 (0)