Help for this page

Select Code to Download


  1. or download this
    perl -s -nle"BEGIN{open BIG};($undef,$l)=split;read BIG,$data,$l;print
    + $data" -- 
    -BIG=bigfile.dat index.dat > outfile.dat
    
  2. or download this
    perl -sple"BEGIN{open BIG};($undef,$l)=split;read(BIG,$_,$l)" -- 
    -BIG=bigfile.dat index.dat >outfile.dat