Skip to content

Commit c571663

Browse files
committed
444
1 parent a4e8ea4 commit c571663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ ls data/raw
3737
mkdir data/processed
3838
cd data/processed
3939
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
40+
# 5. Copy all server log files (files with "server" in the name AND a .log extension) from ./data/raw to ./data/processed/server_logs
4141
cd data/raw
42-
cp *server*.log data/raw/data/processed/server_logs/
42+
cp cp data/raw*server*.log data/raw/data/processed/server_logs
4343
# 6. Repeat the above step for user logs and event logs
4444

4545
# 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

Comments
 (0)