User:Brockert/New

From Wikipedia, the free encyclopedia

perl -e 'while(<>){print if (/\(New\)/o)}' edits.txt > news.txt

perl -e 'while(<>){print if (s/(\(hist\) )(.+)( \(New\))/$1\[\[$2\]\]$3/)}' edits.txt > news.txt