zhasm
11/16/2012 - 12:28 PM

get ncdc data

get ncdc data

for i in {1900..2012}; 
do 
    wget -r ftp://ftp3.ncdc.noaa.gov/pub/data/noaa/$i/; 
done