We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e8ea4 commit c571663Copy full SHA for c571663
1 file changed
02_activities/assignments/assignment.sh
@@ -37,9 +37,9 @@ ls data/raw
37
mkdir data/processed
38
cd data/processed
39
mkdir server_logs user_logs event_logs
40
-# 5. Copy all server log files (files with "server" in the name AND a .log extension) from ./data/raw to ./data/processed/server_log
+# 5. Copy all server log files (files with "server" in the name AND a .log extension) from ./data/raw to ./data/processed/server_logs
41
cd data/raw
42
-cp *server*.log data/raw/data/processed/server_logs/
+cp cp data/raw*server*.log data/raw/data/processed/server_logs
43
# 6. Repeat the above step for user logs and event logs
44
45
# 7. For user privacy, remove all files containing IP addresses (files with "ipaddr" in the filename) from ./data/raw and ./data/processed/user_logs
0 commit comments