Skip to content

Commit 297ede7

Browse files
committed
another commit
1 parent 914d16f commit 297ede7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ mkdir data
3232
# 2. Move the ./rawdata directory to ./data/raw
3333
mv ./rawdata ./data/raw
3434
# 3. List the contents of the ./data/raw directory
35-
ls -l ./data/raw
35+
ls ./data/raw
3636
# 4. In ./data/processed, create the following directories: server_logs, user_logs, and event_logs
3737
mkdir ./data/processed/server_logs
3838
mkdir ./data/processed/user_logs
@@ -47,7 +47,7 @@ rm -r ./data/raw/*ipaddr*
4747
rm -r ./data/processed/user_logs
4848
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
4949
touch .data/inventory.txt
50-
ls -l ./data/processed
50+
ls ./data/processed
5151

5252
###########################################
5353

0 commit comments

Comments
 (0)