Skip to content

Commit 3d44733

Browse files
committed
7 again
1 parent 75a134d commit 3d44733

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ cp -vi ./data/raw/*user*.log ./data/processed/user_logs/
4747
cp -vi ./data/raw/*event*.log ./data/processed/event_logs/
4848

4949
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
50-
rm -vi ./data/raw/*ipaddr*
50+
rm -vi ./data/raw/*ipaddr* ./data/raw
51+
rm -vi ./data/raw/*ipaddr* ./data/processed/user_logs
5152
rm -vi ./data/processed/user_logs/*ipaddr*
5253

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

0 commit comments

Comments
 (0)