Skip to content

Instantly share code, notes, and snippets.

@kimitoboku
Last active December 27, 2015 18:03
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 kimitoboku/d63ce0618d54e2912185 to your computer and use it in GitHub Desktop.
Save kimitoboku/d63ce0618d54e2912185 to your computer and use it in GitHub Desktop.
cut -d, -f9 SearchResults.csv | sed "s/book/content\/pdf/" | grep http | sed 's/"//g' | awk '{print $0 ".pdf"}' | xargs wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment