We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019bce2 commit f6885bdCopy full SHA for f6885bd
1 file changed
02_activities/assignments/assignment.sh
@@ -61,7 +61,10 @@ rm data/raw/*ipaddr*
61
rm data/processed/user_logs/*ipaddr*
62
63
# 8. Create a file named ./data/inventory.txt that lists all the files in the subfolders of ./data/processed
64
-touch data/inventory.txt
+#Creating the inventory text file
65
+touch data/inventory.txt
66
+
67
+#Populate the inventory file with the files name into the subfolders of ./data/processed
68
ls data/processed/user_logs > data/inventory.txt
69
ls data/processed/server_logs >> data/inventory.txt
70
ls data/processed/event_logs >> data/inventory.txt
0 commit comments