
Frederik Delaere wrote:
Sofie Van Landeghem wrote:
Does anybody happen to know how you can easily/best download -say- 600 files (I have the URL for each)?
Cheers, Sofie
#!/bin/bash
FILES=`cat yourfile`
for file in $FILES; do wget ${file} done
zet je urls in een file 'yourfile' zet ze elk op een nieuwe lijn of zet er een spatie tussen, weet niet meer hoe het pcies gaat :)
voeg & toe aan de wget lijn om het te paralelliseren (goh moeilijk woord zo vroeg op de dag)
Works like a charm, thanks a bunch! :-) Sofie -- Sofie Van Landeghem PhD Student VIB Department of Plant Systems Biology, Ghent University Bioinformatics and Evolutionary Genomics Technologiepark 927, 9052 Gent, BELGIUM Tel: +32 (0)9 331 36 95 fax:+32 (0)9 3313809 Website: http://bioinformatics.psb.ugent.be