Skip to content

Instantly share code, notes, and snippets.

@sharl
Created April 17, 2018 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sharl/4bb85df209b8895dd6db43af439be23b to your computer and use it in GitHub Desktop.
Save sharl/4bb85df209b8895dd6db43af439be23b to your computer and use it in GitHub Desktop.
for f in $(curl -s https://www.asahi.com/articles/ASL4J669JL4JUEHF016.html | sed -e 's,^<td class="link"><a href="\(.*.pdf\)".*$,\1,p;d'); do wget $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment