Help for this page

Select Code to Download


  1. or download this
    # first read and numericaly sort the lines
    my @lines = sort {$a <=> $b} <>;
    ...
       }
       print;
    }
    
  2. or download this
    cat data | ./script index-file > result