I was wondering how I would do a double sort on a file with 6 columns, where the sorting is based on the 5th and 6th columns. Column five is numeric and column six is a string. Previously, I did a single sort with
my @args = qw/ sort -n -r -k 5 filein -o fileout