I have download a load of zipped ttf  files. I want to unzip them all.
So what I do is:
for f in *.zip; do unzip ${f}; done