Skip to content

Commit 42113a6

Browse files
committed
resolved conflict
2 parents 6dd0c75 + ea20676 commit 42113a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 5 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
@@ -55,8 +56,12 @@ cp ./data/raw/*user* ./data/processed/user_logs
5556
cp ./data/raw/*event* ./data/processed/event_logs
5657

5758
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
59+
<<<<<<< HEAD
5860
rm ./data/raw/*ipaddr*
5961
rm ./data/processed/user_logs/*ipaddr*
62+
=======
63+
rf -rf ./data
64+
>>>>>>> ea20676d33161a6f4d0fcd3c4f7aa5360f0f4309
6065

6166
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
6267
find ./data/processed -mindepth 2 -type f > ./data/inventory.txt

0 commit comments

Comments
 (0)