Autosave: 2022-12-12 19:00:06

This commit is contained in:
thomasabishop 2022-12-12 19:00:06 +00:00
parent bfce8a4ee7
commit 40e738fa1c

9
_scripts/random_revision_topic.sh Normal file → Executable file
View file

@ -1,3 +1,10 @@
#!/bin/bash
find / -type f > list_of_files.list
DIRS_TO_PARSE="../Algorithms ../Computer_Architecture ../Databases"
for ele in $DIRS_TO_PARSE; do
find $ele -name "*.md" -type f >> list_of_files.list
done
#find ../ -name "*.md" -type f > list_of_files.list