6 grep '*{file}' basics.dep | cut -d'{' -f3 | sed -e 's/}//g' -e 's#^#./#g' | sort | uniq > basics.dep.tmp
7 (find ./images ./articles ./fillers -type f; cat basics.dep.tmp basics.dep.tmp) | sort | uniq -u > basics.dep.unused
10 echo -e "\n\n\n*** DONE ***\n"
11 echo "unused ./images ./articles ./fillers:"