mylamour / blog

Your internal mediocrity is the moment when you lost the faith of being excellent. Just do it.
https://fz.cool
62 stars 14 forks source link

one line code to download AWS whitepapers #60

Open mylamour opened 5 years ago

mylamour commented 5 years ago

Today , i Just want to dowload all the white papers of AWS, so now you can just type:

for url in $(curl  -v --silent https://aws.amazon.com/cn/whitepapers/ 2>&1 |  grep -oE "d1.awsstatic.com.*pdf" | awk '{print "https://" $1}'); do wget $url; done

Now you can find all you need is in your directory:

image

Also, you can download from here