Sort

Sort tab delimited file by column 7 (numeric), 2 (alpha-numeric), 3 (numeric)

> sort -t " " -k 7,7n -k 2,2 -k 3,3n someFile > someFile.sorted

Comments

Popular posts from this blog

Sites, Newsletters, and Blogs

Oracle JDBC ReadTimeout QueryTimeout