Skip to content

Instantly share code, notes, and snippets.

@jackdpage
Created May 15, 2016 10:51
Show Gist options
  • Save jackdpage/e0289c85e6a2f723be2b357174b7cbf1 to your computer and use it in GitHub Desktop.
Save jackdpage/e0289c85e6a2f723be2b357174b7cbf1 to your computer and use it in GitHub Desktop.
Get definiton list from Wiktionary
curl -X GET https://en.wiktionary.org/w/index.php\?title\=terminal\&action\=raw | sed -n '/==English==/,/----/p' | grep '\# ' | sed 's/{{\(.*\)}}/\1/;s/\[\[//g;s/\]\]//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment