Skip to content

Commit dc075ac

Browse files
Ziyi DaiZiyi Dai
authored andcommitted
assignment
1 parent a5acacf commit dc075ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assignment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ unzip -q rawdata.zip
2828
# Complete assignment here
2929

3030
# 1. Create a directory named data
31-
mkdir data
31+
mkdir ./data
3232
# 2. Move the ./rawdata directory to ./data/raw
33-
mv rawdata data/raw
33+
mv ./rawdata data/raw
3434
# 3. List the contents of the ./data/raw directory
3535
ls data/raw
3636
# 4. In ./data/processed, create the following directories: server_logs, user_logs, and event_logs

0 commit comments

Comments
 (0)