We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75a134d commit 3d44733Copy full SHA for 3d44733
1 file changed
02_activities/assignments/assignment.sh
@@ -47,7 +47,8 @@ cp -vi ./data/raw/*user*.log ./data/processed/user_logs/
47
cp -vi ./data/raw/*event*.log ./data/processed/event_logs/
48
49
# 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*
+rm -vi ./data/raw/*ipaddr* ./data/raw
51
+rm -vi ./data/raw/*ipaddr* ./data/processed/user_logs
52
rm -vi ./data/processed/user_logs/*ipaddr*
53
54
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
0 commit comments