blog index May 11, 2022 Download all images from a page! You need htmlq and wget Few easy steps: visit the website you want the picture from copy the source code into a index.html file $ cat index.html | htmlq --attribute src img | grep jpg | wget -i- of course whether and what you grep is up to you 😎