We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d403a commit 27d0f13Copy full SHA for 27d0f13
1 file changed
02_activities/assignments/assignment.sh
@@ -49,7 +49,7 @@ rm data/processed/user_logs/*ipaddr*
49
rm data/raw/*ipaddr*
50
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
51
touch data/inventory.txt
52
-ls data/processed >> data/inventory.txt
+find data/processed -type f >> data/inventory.txt
53
54
55
#creating new line to save changes - ignore
0 commit comments