Created
January 14, 2019 11:03
-
-
Save ettorerizza/a1eec6ceac220f744b11ddba062afb6b to your computer and use it in GitHub Desktop.
analyze viaf dump
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
#Dézippe le dernier dump de viaf links (http://viaf.org/viaf/data/viaf-20190107-links.txt.gz) et compte le nombre d'id #viaf uniques qui possèdent au moins un lien vers une édition de Wikipedia | |
gunzip -kc viaf-20190107-links.txt.gz | awk -F '\t' '/wikipedia/ {print $1}' | sort | uniq | wc -l | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment