Skip to content

Commit 27d0f13

Browse files
committed
made changes
1 parent 96d403a commit 27d0f13

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
@@ -49,7 +49,7 @@ rm data/processed/user_logs/*ipaddr*
4949
rm data/raw/*ipaddr*
5050
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
5151
touch data/inventory.txt
52-
ls data/processed >> data/inventory.txt
52+
find data/processed -type f >> data/inventory.txt
5353

5454

5555
#creating new line to save changes - ignore

0 commit comments

Comments
 (0)