Help for this page

Select Code to Download


  1. or download this
    # create header first
    
    ...
    grep -v SP file${i}.csv >> merged.csv;
    
    done
    
  2. or download this
    my @f1 = <F1>;
    my @f2 = <F2>;
    ...
    print join("\t", @all);
    print "\n";