2009-11-18

Perl Script/Strip Lines (Thanks Anthony)!

Since perl never remains in my brain --

perl -ne '($d) = m|date="(\d+)"|; print if (!$d || $d >= 1230768000000)' ICO2009.xml |head

Strips lines from a Code Swarm processed xml file that are prior to a certain date.

1 comment: