- ls *.jpg | awk '1==1 {printf("convert %s -resize 400 -quality 70 %s_preview.jpg\n",$0,$0);}'
- ls *.jpg | awk '1==1 {printf("<img src=\"%s\">\n",$0);}' >00_index.html
Untitled
Posted by Anonymous on Wed 6th Jun 2018 22:26
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.