| Hello,
I want to download all the pictures from a website (including subfolders
picture obviously). I therefore used the follow-up settings:
+*.css +*.js -ad.doubleclick.net/* -mime:application/foobar
+*.gif +*.jpg +*.jpeg +*.png +*.tif +*.bmp -*.js -*.htm -*.html -*.tmp -*.xml
-*.txt -*.log -*.ico -*.ref -*..html.tmp -*..index.html.tmp -*.css -*..css.tmp
-*..index.css.tmp
With this I got rid of many other non picture files. However, there are still
many files in many folders called:
index.html.tmp
index.css.tmp
Therefore my question is: what is the command to get rid of those files I dont
need?
n.b. I also tried -*.html.tmp (with only one dot) but it doesnt work.
Thanks a lot | |