diff --git a/02_activities/assignments/assignment.sh b/02_activities/assignments/assignment.sh index 8af8dc092..f859b7d7a 100644 --- a/02_activities/assignments/assignment.sh +++ b/02_activities/assignments/assignment.sh @@ -32,7 +32,7 @@ unzip -q rawdata.zip # 2. Move the ./rawdata directory to ./data/raw # 3. List the contents of the ./data/raw directory - +ls data/raw # 4. In ./data/processed, create the following directories: server_logs, user_logs, and event_logs # 5. Copy all server log files (files with "server" in the name AND a .log extension) from ./data/raw to ./data/processed/server_logs