Skip to content

Commit 4dde652

Browse files
committed
Merge branch 'coworker-changes' of https://github.com/UofT-DSI/shell
2 parents 6abeeab + ea20676 commit 4dde652

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
@@ -18,6 +18,7 @@ cd newproject
1818

1919
mkdir analysis output
2020
touch README.md
21+
echo "# Project Name: DSI Consulting Inc." > README.md
2122
touch analysis/main.py
2223

2324
# download client data
@@ -41,6 +42,7 @@ unzip -q rawdata.zip
4142
# 6. Repeat the above step for user logs and event logs
4243

4344
# 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
4446

4547
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
4648

0 commit comments

Comments
 (0)