Help for this page

Select Code to Download


  1. or download this
    > # The file is tab delimited (your time field having spaces shouldn't
    + matter)
    > cat tmp.txt
    ...
    3       1a      2       b
    2       2c      3       b
    >
    
  2. or download this
    system('sort',"-t", "\t","-k3n","tmp.txt");