Skip to content

Commit 6ed0e6f

Browse files
committed
this is the day
1 parent 626e577 commit 6ed0e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_activities/assignments/assignment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd data/processed
3939
mkdir server_logs user_logs event_logs
4040
# 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/processed/server_logs/
42+
cp *server*.log /data/processed/server_logs/destination
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)