Extracting data from Wikipedia using curl, grep, cut and other bash commands 10 years ago
My 2 cents: the cut/grep lines could be replaced by a sed/awk one-liner such as:
sed -n 's/.flagIOCmedalist|\[\[\([^]|]\).*/\1/p'
Yet another network engineer @mounir_