Created
April 18, 2017 06:38
-
-
Save imchao9/9182a73d2d335cc27f391314ee6ed04a to your computer and use it in GitHub Desktop.
get all urls in a csv file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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