Sha256: 0196a7c1c888270c07c3d1698595bc7d2785a9c97e656d4034a4ef6386683752

Contents?: true

Size: 376 Bytes

Versions: 50

Compression:

Stored size: 376 Bytes

Contents

#!/bin/bash

url=`curl -L dumps.wikimedia.org/backup-index.html | fgrep enwiki      | head -n 1 |  sed -r 
"s/.*\"\(.+\)\".*/https:\/\/dumps.wikimedia.org\/\1-\1-pages-articles-multistream.xml.bz2/"`

# | sed "s/-enwiki\//\/enwiki-/"`
echo $url
exit
(nohup xargs wget -O wikipedia.bz2 $url &&  nohup bunzip2  wikipedia.bz2 && head wikipedia > head && tail wikipedia > tail &)

Version data entries

50 entries across 49 versions & 6 rubygems

Version Path
ufos-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
aliens-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
freespeech-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
elonmusk-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
politics-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
democracy-1.0.94 ./other/semantic_metadata/Dwn_dot_sh
democracy-1.0.93 ./other/semantic_metadata/Dwn_dot_sh
ufos-1.0.91 ./other/semantic_metadata/Dwn_dot_sh
aliens-1.0.91 ./other/semantic_metadata/Dwn_dot_sh
freespeech-1.0.91 ./other/semantic_metadata/Dwn_dot_sh
elonmusk-1.0.91 ./other/semantic_metadata/Dwn_dot_sh
politics-1.0.91 ./other/semantic_metadata/Dwn_dot_sh
politics-1.0.89 ./other/semantic_metadata/Dwn_dot_sh
ufos-1.0.87 ./other/semantic_metadata/Dwn_dot_sh
aliens-1.0.87 ./other/semantic_metadata/Dwn_dot_sh
freespeech-1.0.87 ./other/semantic_metadata/Dwn_dot_sh
elonmusk-1.0.87 ./other/semantic_metadata/Dwn_dot_sh
politics-1.0.87 ./other/semantic_metadata/Dwn_dot_sh
ufos-1.0.88 ./other/semantic_metadata/Dwn_dot_sh
aliens-1.0.88 ./other/semantic_metadata/Dwn_dot_sh