Skip to content

Commit

Permalink
Add the resume download
Browse files Browse the repository at this point in the history
Add -c to resume the wget process
  • Loading branch information
seifer08ms committed Feb 23, 2016
1 parent 96b0552 commit c48e122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_raw_uber_data.sh
@@ -1 +1 @@
cat raw_uber_data_urls.txt | xargs -n 1 -P 6 wget -P data/
cat raw_uber_data_urls.txt | xargs -n 1 -P 6 wget -c -P data/

0 comments on commit c48e122

Please sign in to comment.