Created
January 19, 2014 18:19
-
-
Save Glench/8508781 to your computer and use it in GitHub Desktop.
get wikipedia titles in a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://dumps.wikimedia.org/enwiki/latest/enwiki-latest-all-titles-in-ns0.gz | gunzip | sed 's/_/ /g' | grep -v '(redirect)$' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this to remove everything in parens. Good for fixing things like 'Barack Obama (politician)':