Skip to content

Commit d8e4aaa

Browse files
committed
y
1 parent 9e1bfb6 commit d8e4aaa

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ mkdir data/processed
3838
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
41-
cd data/raw
42-
ls *server*.log
43-
cp *server*.log data/processed/server_logs
41+
cp /path/to/data/raw/*server*.log /path/to/destindata/processed/server_logsation/
4442
# 6. Repeat the above step for user logs and event logs
4543

4644
# 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)