Advertisement
Guest User

posterous site list

a guest
Feb 15th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # replace 1..1000000 with your range
  2. perl -e '$/=undef; for my $s (1..1000000) { if (open(I, "site.$s")) { $_=<I>; close I; if (/"full_hostname":"([^"]+)"/) { print "$s\t$1\n"; } } }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement