Help for this page

Select Code to Download


  1. or download this
    type * | perl -ne "print unless /^Total\s\d{1,5}/" > ..\newFile
    
  2. or download this
    perl -e "while (<*>) {open(F,$_) or next;while(<F>){print unless /^Tot
    +al\s\d{1,5}/}}" > ..\newFile