Tip for the Day! - Favicon collector -
Posted: Sun Jun 03, 2007 9:01 am
For those who like icons..here is a favicon grabber...(Unix only)
fully automated favicon.ico grabber,
...walks the internet for you while drinking coffee...
http://www.nodep.nl/downloads/newlisp/all-favicon.lsp
***
From the starting directory type this to put them all together in a ./temp directory...
mkdir ./temp
find ./[a-z0-9-] -name "*.ico" -print -exec cp {} ./temp \;
***
Enjoy..
Norman
Addon: just posted a new version... that grabs from every domain or subdomain it finds.
fully automated favicon.ico grabber,
...walks the internet for you while drinking coffee...
http://www.nodep.nl/downloads/newlisp/all-favicon.lsp
***
From the starting directory type this to put them all together in a ./temp directory...
mkdir ./temp
find ./[a-z0-9-] -name "*.ico" -print -exec cp {} ./temp \;
***
Enjoy..
Norman
Addon: just posted a new version... that grabs from every domain or subdomain it finds.