forked from NorfairKing/lineairealgebra
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfindTodos.sh
More file actions
executable file
·22 lines (18 loc) · 823 Bytes
/
Copy pathfindTodos.sh
File metadata and controls
executable file
·22 lines (18 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
echo "In volgende theorie hoofdstukken staan nog TODO's."
echo "---------------------------------------------------------"
grep -n "TODO" ./hoofdstuk_*_theorie.tex
echo "---------------------------------------------------------"
echo ""
echo "In volgende oefeningen staan nog TODO's."
echo "---------------------------------------------------------"
grep -n "TODO" ./hoofdstuk_*_oefeningen.tex
echo "---------------------------------------------------------"
echo ""
echo "Er zijn nog extra TODO's in de volgende bestanden."
echo "---------------------------------------------------------"
grep -n "TODO" ./zelfreflectie_*.tex
grep -n "TODO" ./tipsntricks.tex
grep -n "TODO" ./voorwoord.tex
grep -n "TODO" ./inleiding.tex
grep -n "TODO" ./huistaak_*.tex
echo "---------------------------------------------------------"