Save all images on page Posted byguide April 2, 2012 Leave a comment on Save all images on page Copy everything to directory structure: wget -E -H -k -K -p http://the.site/dir search .jpgs in structure and copy all to one dir: find . -name *.jpg -exec mv ‘{}’ /target/dir \;