Now hat ADI buys LT , the website is prob, being FSCK'ed up
Here's a linux command to "backup" all the appnotes from EEVBlog , approx 160MB
http://www.eevblog.com/forum/cha...
/Bingo
wget -qk http://www.linear.com/designtools/app_notes.php -O linear.html && cat linear.html | grep -o '<a .*href=.*>' | sed -e 's/<a/\n<a/g' | sed -e 's/<a .*href=['"'"'"]//' -e 's/["'"'"'].*$//' -e '/^$/ d' | grep 'docs' > dwnlst.txt && wget -i dwnlst.txt