Skip to content

Instantly share code, notes, and snippets.

@imchao9
Created April 18, 2017 06:38
Show Gist options
  • Save imchao9/9182a73d2d335cc27f391314ee6ed04a to your computer and use it in GitHub Desktop.
Save imchao9/9182a73d2d335cc27f391314ee6ed04a to your computer and use it in GitHub Desktop.
get all urls in a csv file
npm install -g get-urls-cli
get-urls sqlResult_1183013.csv >> urls.txt
awk {'print $1'} new_urls.txt | xargs wget -P bcms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment