A technology blog focusing on areas such as Linux, open source tools and scripting
curl --silent http://www.theurl.com/thefiles/ | egrep -o "<a href=[^>]*>*.csv.gz" | sed 's/<a href=\"\([^"]*\).*/\1/g'