Skip to content

Commit f864742

Browse files
committed
Resolve merge conflict
2 parents 0673d00 + ea20676 commit f864742

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 2 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
@@ -46,8 +47,7 @@ cp ./data/raw/*server*.log ./data/processed/server_logs
4647
cp ./data/raw/*user*.log ./data/processed/user_logs
4748
cp ./data/raw/*event*.log ./data/processed/event_logs
4849
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
49-
rm ./data/raw/*ipaddr*
50-
rm ./data/processed/user_logs/*ipaddr*
50+
5151
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
5252
find ./data/processed -type f > ./data/inventory.txt
5353

0 commit comments

Comments
 (0)