Computer/linux
how to get all image files from a http site directory by wget
citadel
2010. 4. 13. 06:22
assume that all jpg files is locate at http://www.somewhere.something/dir/wget -r -l1 --no-parent -A.jpg http://www.somewhere.something/dir/
See the manual of wget at http://www.delorie.com/gnu/docs/wget/wget_31.html