Skip to content

Instantly share code, notes, and snippets.

@julen
Created January 9, 2013 11:16
Show Gist options
  • Save julen/4492399 to your computer and use it in GitHub Desktop.
Save julen/4492399 to your computer and use it in GitHub Desktop.
Simple command to download "Hauta Lanerako Euskal Hiztegia" dictionary's underlying XML files.
for i in `perl -e '$,=" ";print +(a..z)'` ; do wget "http://www.euskara.euskadi.net/appcont/sarasola/XMLak/${i}_LETRA.xml"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment