source:
other-projects/hathitrust/wcsa/extracted-features-solr/trunk/solr-ingest/scripts/PD-DOWNLOAD-EVERY-1000.sh@
32109
Last change on this file since 32109 was 30919, checked in by , 7 years ago | |
---|---|
|
|
File size: 205 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | if [ ! -d pd-ef-json-files ] ; then |
4 | mkdir pd-ef-json-files |
5 | fi |
6 | |
7 | rsync -pav --progress --files-from=pd-file-listing-step1000.txt data.analytics.hathitrust.org::pd-features/ pd-ef-json-files/. |
Note:
See TracBrowser
for help on using the repository browser.