Skip to content

Commit 5fb15b7

Browse files
authored
Update assignment.sh
1 parent a37b20c commit 5fb15b7

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
@@ -53,7 +53,7 @@ cd data/processed
5353
cd data/processed/user_logs
5454
rm user_ipaddr*.log
5555
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
56-
echo "server_logs user_logs event_logs" data/inventory.txt
56+
echo "data/processed/server_logs data/processed/user_logs data/processed/event_logs" > data/inventory.txt
5757

5858
###########################################
5959

0 commit comments

Comments
 (0)