one lliner
Script to generate a html file with link to all files in directory
2009/09/26
ls -1 |awk -F”.” '{print ” ”,$2,”.”,$3,” […] And if you want to do it recursively ls -1R |awk -F”.” …