Update 04_4_download_der_metadaten.md
This commit is contained in:
parent
363008c6d9
commit
692c133a91
|
@ -74,7 +74,7 @@ startRecord=1
|
||||||
counter=100
|
counter=100
|
||||||
|
|
||||||
while [ "$counter" -le 1000 ] ; do
|
while [ "$counter" -le 1000 ] ; do
|
||||||
curl "${url}${startRecord}" > ${startRecord}-${counter}.picaxml
|
curl "${url}${startRecord}" > ${startRecord}-${counter}.marcxml
|
||||||
let counter=counter+100
|
let counter=counter+100
|
||||||
let startRecord=startRecord+100
|
let startRecord=startRecord+100
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue