Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one line code to download AWS whitepapers #60

Open
mylamour opened this issue Jul 17, 2019 · 0 comments
Open

one line code to download AWS whitepapers #60

mylamour opened this issue Jul 17, 2019 · 0 comments
Labels
资源 resources

Comments

@mylamour
Copy link
Owner

mylamour commented Jul 17, 2019

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

@mylamour mylamour added the 资源 resources label Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
资源 resources
Projects
None yet
Development

No branches or pull requests

1 participant