Help for this page

Select Code to Download


  1. or download this
    perl -ne 'BEGIN{ $s=q ~(.*)$/'"'"',$lines,$matches)        10.(.*)$/'"
    +'"',$lines,$matches)     (.*)$/'"'"',$lines,$matches)~};print unless 
    +/\Q$s\E/' input.txt
    
  2. or download this
     perl -ne 'print unless m~\Q(.*)\E\$/'"'"',\$lines,\$matches\Q)       
    + 10.(.*)\E\$/'"'"',\$lines,\$matches\Q)     (.*)\E\$/'"'"',\$lines,\$
    +matches\)~x' input.txt