Skip to content

Instantly share code, notes, and snippets.

@cutalion
Created August 2, 2013 09:23
Show Gist options
  • Save cutalion/6138599 to your computer and use it in GitHub Desktop.
Save cutalion/6138599 to your computer and use it in GitHub Desktop.
require 'open3'
Open3.popen2e("wget", "http://dumps.wikimedia.org/ruwiki/latest/ruwiki-latest-templatelinks.sql.gz", "-O wiki.sql.gz") do |i, oe, wait_thr|
oe.each do |line|
puts line[/\d+%/]
end
end
@maslenkov
Copy link

It's look like a magic)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment