Skip to content

Commit 1feb83c

Browse files
贺思涵贺思涵
authored andcommitted
Update of the work. Should fix the issue with question 8. --Sihan
1 parent 4d49eb7 commit 1feb83c

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
@@ -56,7 +56,7 @@ rm ./data/processed/user_logs/*ipaddr*
5656

5757
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
5858
touch ./data/inventory.txt
59-
ls ./data/processed > ./data/inventory.txt
59+
ls -R ./data/processed/ > ./data/inventory.txt
6060

6161

6262
###########################################

0 commit comments

Comments
 (0)