Name:
Anonymous
2011-07-25 11:02
How would you use wget and grep to output all the IP contributors to ,let's say the Example article on wikipedia, to a text file ?
Name:
Anonymous
2011-08-09 14:11
links -dump '
http://en.wikipedia.org/w/index.php?title=Substance_abuse&action=history' | tr ' ' '\n' | egrep '[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}\.[[:digit:]]{1,3}'