blog
blog copied to clipboard
one line code to download AWS whitepapers
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:

Also, you can download from here