Autosave: 2022-12-12 19:00:06
This commit is contained in:
parent
bfce8a4ee7
commit
40e738fa1c
1 changed files with 8 additions and 1 deletions
9
_scripts/random_revision_topic.sh
Normal file → Executable file
9
_scripts/random_revision_topic.sh
Normal file → Executable 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
|
||||
|
|
Loading…
Add table
Reference in a new issue