Thu 29 Mar 2007
Given a directory of images you can just do:
ls | awk '1 {printf("<img src=\"%s\"><br/>\n",$1);}' >index.html
I don’t think it gets any easier than that.
Thu 29 Mar 2007
Given a directory of images you can just do:
ls | awk '1 {printf("<img src=\"%s\"><br/>\n",$1);}' >index.html
I don’t think it gets any easier than that.
April 3rd, 2007 at 5:07 am
What is all that jibberish? How can I enter that page?