4191 tcz files in all stored in my hard disk.
sum of all files found using command
\ls -l *tcz > /cygdrive/d/calculate-size-of-all-tcz.txt
cat /cygdrive/d/calculate-size-of-all-tcz.txt | awk 'BEGIN{sum=0};{ sum=sum+$5};END{print sum}'
is
9073320469 , 8.4GB (unit conversion via http://www.matisse.net/bitcalc/)
I digressed.
Question)Can I place a link of repo-folder inside /etc/sysconfig/tcedir/optional/ OR I have to create link to each file ?