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