Skip to content

Commit 8f78a10

Browse files
committed
answer to question 8
1 parent ac7e11d commit 8f78a10

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
@@ -54,7 +54,7 @@ find ./data/raw .data/processed/user_logs -type f -name "*ipaddr*" -exec rm
5454

5555
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
5656

57-
57+
find .data/processed -type f > .data/inventory.txt
5858
###########################################
5959

6060
echo "Project setup is complete!"

0 commit comments

Comments
 (0)